feat(docker): add --multi-arch flag for cross-platform image builds#18522
Merged
Conversation
yihua
commented
Apr 17, 2026
Contributor
Author
yihua
left a comment
There was a problem hiding this comment.
🤖 This review was generated by an AI agent and may contain mistakes. Please verify any suggestions before applying.
No reviewable code files in this PR.
Collaborator
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18522 +/- ##
============================================
+ Coverage 68.84% 68.87% +0.03%
- Complexity 28250 28287 +37
============================================
Files 2464 2464
Lines 135442 135568 +126
Branches 16417 16443 +26
============================================
+ Hits 93239 93372 +133
+ Misses 34821 34806 -15
- Partials 7382 7390 +8
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
dwshmilyss
pushed a commit
to dwshmilyss/hudi
that referenced
this pull request
May 21, 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.
Describe the issue this Pull Request addresses
The current Docker build script only supports one architecture based on the local hardware.
Closes: #18517
Summary and Changelog
--multi-archflag tobuild_docker_images.shfor building bothlinux/amd64andlinux/arm64images viadocker buildxUsage:
Requires a multi-platform buildx builder and
docker login:Impact
Makes test docker image generation easier from Macbook
Risk Level
none
Documentation Update
Usage docs updated in the script
Contributor's checklist