fix(ci): build container images on native arm64 runners#1495
Merged
Conversation
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.
Alpine pinning helped but authentication still SIGILL'd under QEMU on the post-#1494 run. This drops QEMU entirely: each platform builds natively, pushes by digest, and the manifest job stitches
:dev/ release tags afterward.Summary
buildintobuild_amd64(ubuntu-24.04) andbuild_arm64(ubuntu-24.04-arm)provenance/sbomoff so merges stay clean)manifestjob merges digests withimagetools createand mirrors release tags to Docker Hub{target}-amd64/{target}-arm64).github/CONTAINER_IMAGES.mddocumenting the native build flowTest plan
workflow_dispatchwithchannel=allBuild authentication (linux/arm64)passes (primary regression)Merge * manifestjobs succeeddocker buildx imagetools inspect ghcr.io/conduitplatform/authentication:devshows amd64 + arm64What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Published image tags and registry layout are unchanged; only how multi-arch manifests are assembled in CI.
The PR fulfills these requirements:
mainbranchOther information:
Requires GitHub-hosted
ubuntu-24.04-armrunners forbuild_arm64.