Build multi-arch image.

This will build only those architectures that we have runners to build on
This commit is contained in:
Micah Anderson 2024-02-06 09:38:22 -05:00 committed by micah
parent 913732356a
commit 9b689a105e
2 changed files with 0 additions and 2 deletions

View file

@ -320,7 +320,6 @@ merge-manifests:
--platforms linux/amd64,linux/arm64,linux/s390x
--template "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}_ARCH"
--target "${CI_REGISTRY_IMAGE}:${TAG}"
--destination "${CI_REGISTRY_IMAGE}:${TAG}_${ARCH}"
merge-manifests:
variables: