Unverified Commit 6ba6c1b6 authored by Pedro Tashima's avatar Pedro Tashima Committed by GitHub

remove s390x from manifest (#8998)

parent c3e7bed7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment