Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

One resulting tag, multiple runners #5

Open
HeroCC opened this issue Sep 14, 2020 · 0 comments
Open

One resulting tag, multiple runners #5

HeroCC opened this issue Sep 14, 2020 · 0 comments

Comments

@HeroCC
Copy link

HeroCC commented Sep 14, 2020

Hello!

I had a question. I'd like to end up with the result that buildx provides -- one new tag with multiple images. However, my build takes a long time, especially when using qemu to emulate arm architectures. I'm currently running on GitLab CI (though I'm not 100% locked into that). The limit there is 3 hours, and when using a simultaneous build with buildx, the time goes over and the job fails. I split the task into multiple simultaneous jobs (one making amd64, one arm via qemu, and another arm64 vis qemu). This works fine, and things are recombined into one at the end with manifest. However, this makes four tags for what could just be one.

Is there any way you know of to have only one tag / manifest, while still building on separate machines?

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant