Browse Source

remove s390x from manifest (#8998)

Signed-off-by: Pedro Tashima <pedro.tashima@suse.com>
Co-authored-by: Pedro Tashima <pedro.tashima@suse.com>
pull/9021/head v1.28.4+k3s2
Pedro Tashima 12 months ago committed by GitHub
parent
commit
6ba6c1b65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/manifest

2
scripts/manifest

@ -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

Loading…
Cancel
Save