remove s390x from manifest script (#8994)

Signed-off-by: Pedro Tashima <pedro.tashima@suse.com>
Co-authored-by: Pedro Tashima <pedro.tashima@suse.com>
This commit is contained in:
Pedro Tashima
2023-12-05 21:02:06 -03:00
committed by GitHub
parent c31827ee5f
commit ddda2476a2

View File

@@ -14,7 +14,7 @@ DOCKER_TAG=$(echo "${DRONE_TAG}" | sed -e 's/+/-/g')
# export variables for drone-manifest
export PLUGIN_TEMPLATE="${REPO}:${DOCKER_TAG}-ARCH"
export PLUGIN_PLATFORMS="linux/amd64,linux/arm64,linux/arm,linux/s390x"
export PLUGIN_PLATFORMS="linux/amd64,linux/arm64,linux/arm"
# push current version manifest tag to docker hub
PLUGIN_TARGET="${REPO}:${DOCKER_TAG}" drone-manifest