mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 22:24:14 +00:00
ci: Temporarily remove arm64 builds -- part II
Let's remove what we commented out, as publish manifest complains: ``` Created manifest list quay.io/kata-containers/kata-deploy-ci:kata-containers-latest ./tools/packaging/release/release.sh: line 146: --amend: command not found ``` Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
5ec11afc21
commit
c5dad991ce
@ -142,7 +142,6 @@ 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