feat: multi-arch Docker build (linux/amd64 + linux/arm64)#6
Merged
kderholtvisma merged 1 commit intomainfrom Apr 18, 2026
Merged
feat: multi-arch Docker build (linux/amd64 + linux/arm64)#6kderholtvisma merged 1 commit intomainfrom
kderholtvisma merged 1 commit intomainfrom
Conversation
Multi-arch build via QEMU emulation on ubuntu-latest. Publishes a manifest list with both linux/amd64 and linux/arm64 so users on Apple Silicon and Graviton can pull and run natively. 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
docker/setup-qemu-action+docker/setup-buildx-action(both SHA-pinned to v4.0.0)platforms: linux/amd64,linux/arm64to the existingdocker/build-push-actionstepdenoland/deno:2.6.1is already a multi-arch manifestTradeoff
Build time on
ubuntu-latestwill roughly double due to QEMU emulation of arm64 (notably duringdeno cache main.ts). Accepted over native-runner matrix for simplicity.Test plan
docker buildx imagetools inspect ghcr.io/tripletex/mcp-github-action:latestlists bothlinux/amd64andlinux/arm64under Manifestsdocker run --platform linux/arm64 ghcr.io/tripletex/mcp-github-action:lateststarts the stdio MCP server withoutexec format error🤖 Generated with Claude Code