-
Notifications
You must be signed in to change notification settings - Fork 600
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
| 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 |
64f2286 to
a045cbf
Compare
0e5c8ec to
5d6c3bf
Compare
Signed-off-by: CrazyMax <[email protected]>
5d6c3bf to
3761006
Compare
| buildx-version: edge | ||
| buildx-driver-opts: image=moby/buildkit:latest | ||
| buildkitd-flags: --debug | ||
| bake-source: . |
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.
Putting this one back in draft as using git context makes the buildx version being wrong related to #3155
Checkout the repository instead of using Git context as temporary workaround


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