You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement multi-arch builds and support for arm64 architecture with use of docker buildx in the image builder client.
Acceptance Criteria
--- Client changes
Add flag e.g. use-docker-buildx with default value false for migration period. After migration, the default value will be true or the flag will be removed.
Adjust the Github reusable workflow.
Add support for a summary in the Github reusable workflow.
Ensure that the image builder can trigger the pipeline with building multi-arch images(amd64+arm64).
Description
Implement multi-arch builds and support for arm64 architecture with use of
docker buildx
in the image builder client.Acceptance Criteria
--- Client changes
use-docker-buildx
with default valuefalse
for migration period. After migration, the default value will betrue
or the flag will be removed.Attachments
#12675 (comment)
The text was updated successfully, but these errors were encountered: