Revert "ci: Temporarily remove arm64 builds -- part II"

This reverts commit c5dad991ce, as there
are now 2 arm64-builders (to be expanded to 4 really soon).

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2024-08-02 13:52:53 +02:00
parent 4183680bc3
commit 08be9c3601
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -142,6 +142,7 @@ function _publish_multiarch_manifest()
for tag in ${IMAGE_TAGS[@]}; do
docker manifest create ${registry}:${tag} \
--amend ${registry}:${tag}-amd64 \
# --amend ${registry}:${tag}-arm64 \
--amend ${registry}:${tag}-s390x \
--amend ${registry}:${tag}-ppc64le