Build multiarch images on native GitHub runners#1468
Merged
cdesiniotis merged 1 commit intomainfrom Oct 27, 2025
Merged
Conversation
00a1898 to
2665f5f
Compare
Contributor
|
/ok to test 2665f5f |
71bdb75 to
0e40f7f
Compare
tariq1890
approved these changes
Oct 21, 2025
Contributor
tariq1890
left a comment
There was a problem hiding this comment.
LGTM. Thanks @rajathagasthya !
Let's get @elezar's review before merging
004e511 to
9e6896c
Compare
elezar
reviewed
Oct 23, 2025
This commit makes the following changes: 1. Builds multiarch images for non-release commits/PRs, in addition to released versions. 2. Runs the docker build for an arch on the respective GitHub runner (e.g. a linux/amd64 docker image will be built on a linux/amd64 runner). This native build reduces build times due to not requiring emulation. 3. Removes explicit use if buildx for docker build. Buildx is now the default builder in Docker. Also removes the related QEMU setup. Signed-off-by: Rajath Agasthya <[email protected]>
9e6896c to
313f9f0
Compare
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
tariq1890
approved these changes
Oct 24, 2025
cdesiniotis
approved these changes
Oct 27, 2025
Contributor
cdesiniotis
left a comment
There was a problem hiding this comment.
Thanks @rajathagasthya!
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.
This commit makes the following changes: