Docs: ARM64 images and binaries are published, not source-only - #34
Merged
Conversation
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>
This was referenced Sep 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AGENTS.md claimed "Pi (ARM64) builds are source-only at the moment — no ARM image is published." Both halves are false:
platforms: linux/amd64,linux/arm64linux-aarch64andlinux-armv7tarballs, andinstall.shpicks the right one automaticallySo 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:
X-API-Key→X-Node-API-Keytracing-appenderfrom deps tableconfig.example.yamlFixed the one claim that survived rather than rebasing a five-month-old branch.
Also refreshed the version-tag example from
:0.1.18to:0.1.77.🤖 Generated with Claude Code