Skip to content

Docs: ARM64 images and binaries are published, not source-only - #34

Merged
Sbussiso merged 1 commit into
masterfrom
fix-arm64-docs-claim
Sep 12, 2026
Merged

Docs: ARM64 images and binaries are published, not source-only#34
Sbussiso merged 1 commit into
masterfrom
fix-arm64-docs-claim

Conversation

@Sbussiso

Copy link
Copy Markdown
Contributor

AGENTS.md claimed "Pi (ARM64) builds are source-only at the moment — no ARM image is published." Both halves are false:

  • the docker-publish job builds platforms: linux/amd64,linux/arm64
  • every release ships linux-aarch64 and linux-armv7 tarballs, and install.sh picks the right one automatically

So the doc sent Raspberry Pi users to compile Rust on a Pi when a prebuilt image and a prebuilt binary both existed. That's the most expensive possible wrong answer for that audience.

Salvaged from stale draft #2 (April), which spotted this and was never merged. Its other three claims have since gone moot or wrong:

claim status now
X-API-KeyX-Node-API-Key already fixed
remove tracing-appender from deps table wrong — it IS in Cargo.toml (Windows target); removing it would introduce an error
add sections to config.example.yaml moot — that file no longer exists

Fixed the one claim that survived rather than rebasing a five-month-old branch.

Also refreshed the version-tag example from :0.1.18 to :0.1.77.

🤖 Generated with Claude Code

AGENTS.md claimed "Pi (ARM64) builds are source-only at the moment — no
ARM image is published." Both halves are false:

  - the docker-publish job builds `platforms: linux/amd64,linux/arm64`
  - every release ships `linux-aarch64` and `linux-armv7` tarballs, and
    install.sh picks the right one automatically

So the doc sent Raspberry Pi users to compile Rust on a Pi when a
prebuilt image and a prebuilt binary both existed. That is the most
expensive possible wrong answer for that audience.

Salvaged from stale draft #2 (April), which spotted this and was never
merged. Its other three claims have since become moot or wrong — the
X-Node-API-Key header was fixed, config.example.yaml no longer exists,
and tracing-appender IS in Cargo.toml now (Windows target), so removing
it from the deps table as that PR proposed would introduce an error.
Fixed the one claim that survived rather than rebasing a five-month-old
branch.

Also refreshed the version-tag example from :0.1.18 to :0.1.77.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@Sbussiso
Sbussiso merged commit 8ce6f0a into master Sep 12, 2026
1 check passed
@Sbussiso
Sbussiso deleted the fix-arm64-docs-claim branch September 12, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant