buildah-build icon indicating copy to clipboard operation
buildah-build copied to clipboard

[FEATURE] build multi-arch images in parallel

Open akostadinov opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

When building multi-arch image with buildx (docker/build-push-action@v2), builds complete much quicker than with redhat-actions/buildah-build@v2.

It seems to me that buildx action performs builds in parallel and this saving significant time from the builds. As an example, my multi-arch build with buildx takes 41 minutes and with buildah - 1h36m

Describe the solution you'd like

build images in parallel and provide a configuration option to run in sequence when desired.

akostadinov avatar Jul 01 '22 09:07 akostadinov