-
Notifications
You must be signed in to change notification settings - Fork 554
ci: distribute multi-platform bin-image build #3005
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
base: master
Are you sure you want to change the base?
Conversation
Currently it takes almost 20min to build the bin image: https://github.com/docker/buildx/actions/runs/13401108061/job/37432288863 With this reusable workflow to distribute multi-platform builds it's ~3min |
e0b2704
to
6b0b441
Compare
@@ -31,7 +31,6 @@ env: | |||
SETUP_BUILDX_VERSION: "edge" | |||
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest" | |||
SCOUT_VERSION: "1.11.0" | |||
REPO_SLUG: "docker/buildx-bin" |
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.
Unfortunately we can't use env
object in a reusable workflow input atm.
6b0b441
to
4dfe3d3
Compare
Putting this one back in draft as using git context makes the buildx version being wrong related to #3155 |
4dfe3d3
to
64f2286
Compare
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
64f2286
to
a045cbf
Compare
closes #3040
Switch to reusable workflow distributing multi-platform build across runners for bin-image job: https://github.com/crazy-max/.github?tab=readme-ov-file#bake-distribute-mp