ci: distribute multi-platform bin-image build#3005
Closed
crazy-max wants to merge 1 commit intodocker:masterfrom
Closed
ci: distribute multi-platform bin-image build#3005crazy-max wants to merge 1 commit intodocker:masterfrom
crazy-max wants to merge 1 commit intodocker:masterfrom
Conversation
Member
Author
|
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 |
This was referenced Mar 4, 2025
e0b2704 to
6b0b441
Compare
crazy-max
commented
Mar 6, 2025
| SETUP_BUILDX_VERSION: "edge" | ||
| SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest" | ||
| SCOUT_VERSION: "1.11.0" | ||
| REPO_SLUG: "docker/buildx-bin" |
Member
Author
There was a problem hiding this comment.
Unfortunately we can't use env object in a reusable workflow input atm.
6b0b441 to
4dfe3d3
Compare
Member
Author
|
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 <1951866+crazy-max@users.noreply.github.com>
5d6c3bf to
3761006
Compare
crazy-max
commented
Jun 27, 2025
| buildx-version: edge | ||
| buildx-driver-opts: image=moby/buildkit:latest | ||
| buildkitd-flags: --debug | ||
| bake-source: . |
Member
Author
There was a problem hiding this comment.
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
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.


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