ci(release): build arm64 only for stable tags#72
Merged
Conversation
The release container build took ~13 min, dominated by the QEMU-emulated linux/arm64 cross-build. Pre-release tags (anything with a `-`, e.g. v0.3.0-beta) now build amd64-only — beta self-hosters on arm are vanishingly rare, so the slow emulated leg buys little there. Stable vX.Y.Z tags keep the full signed multi-arch image. Cuts beta releases to ~3-4 min; no change to stable releases or to the amd64 image everyone actually pulls today. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Moritz Kohm <moritz.kohm@gmail.com> Signed-off-by: Musiker15 <info@musiker15.de>
Musiker15
added a commit
that referenced
this pull request
May 28, 2026
Promote the [Unreleased] block to [0.4.0-beta] (2026-05-28): live cursors in the description editor (ADR 0011, behind the flag), the Apache nonce-CSP fix, the 2FA dead-end fix, and the brand logo + PWA icon set. Merge the two Added blocks, add a Changed note for the arm64-only beta images (#72), refresh the compare links, and sync the CLAUDE.md release markers (status + date + prod-fix notes). Signed-off-by: Musiker15 <info@musiker15.de> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
The release container build was ~13 min, dominated by the QEMU-emulated
linux/arm64cross-build. This makes arm64 conditional: pre-release tags (with a-, e.g.v0.3.0-beta) build amd64-only; stablevX.Y.Ztags keep the full signed multi-arch image.Rationale
Nothing else in the workflow changes (signing, attestation, SBOM, release notes all unchanged). Applies from the next tagged release; the already-published
v0.3.0-betais untouched.Test plan
🤖 Generated with Claude Code