-
Notifications
You must be signed in to change notification settings - Fork 618
[Bug][CI] Multi-platform build fails with docker driver in GitHub Actions #3570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug][CI] Multi-platform build fails with docker driver in GitHub Actions #3570
Conversation
…ions Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com>
Signed-off-by: Ping <43886578+400Ping@users.noreply.github.com>
@dentiny please review |
@kevin85421 please review |
I will take a look when I get back to the hotel, one comment: I would appreciate not to mix bug fix + refactor into one PR, or at least you could split into two commits, which makes easier to see what's the real change. Thanks. |
Ok, noted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Curious do we need qemu setup? The repo said it's optional: https://github.com/docker/setup-buildx-action
Strictly speaking we don’t need QEMU right now because our Dockerfile.buildx only copies the pre‑built binaries (no |
Yes, I would like to keep only necessary steps
|
Ok, I will remove them now. |
Signed-off-by: 400Ping <43886578+400Ping@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ll merge this PR for now to see whether the issue is fixed. If not, I may revert related PRs.
It would be better to add more details to the PR description and explain how you tested it. This PR can't be tested by pre-merge CI pipeline, so it will be hard to review without the information about how do you test it.
…tHub Actions (ray-project#3570)" This reverts commit 0d813b4.
The CI failure is "Build MultiArch Docker Image and Push on Merge" from https://github.com/ray-project/kuberay/actions/runs/14935488144/job/41961791863 |
…tHub Actions (ray-project#3570)" (ray-project#3573) This reverts commit 0d813b4.
Why are these changes needed?
As title
Related issue number
Closes #3568
Checks