mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-23 14:08:31 +00:00
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:
parent
4183680bc3
commit
08be9c3601
@ -142,6 +142,7 @@ function _publish_multiarch_manifest()
|
|||||||
for tag in ${IMAGE_TAGS[@]}; do
|
for tag in ${IMAGE_TAGS[@]}; do
|
||||||
docker manifest create ${registry}:${tag} \
|
docker manifest create ${registry}:${tag} \
|
||||||
--amend ${registry}:${tag}-amd64 \
|
--amend ${registry}:${tag}-amd64 \
|
||||||
|
# --amend ${registry}:${tag}-arm64 \
|
||||||
--amend ${registry}:${tag}-s390x \
|
--amend ${registry}:${tag}-s390x \
|
||||||
--amend ${registry}:${tag}-ppc64le
|
--amend ${registry}:${tag}-ppc64le
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user