Unverified Commit ddda2476 authored by Pedro Tashima's avatar Pedro Tashima Committed by GitHub

remove s390x from manifest script (#8994)

parent c31827ee
...@@ -14,7 +14,7 @@ DOCKER_TAG=$(echo "${DRONE_TAG}" | sed -e 's/+/-/g') ...@@ -14,7 +14,7 @@ DOCKER_TAG=$(echo "${DRONE_TAG}" | sed -e 's/+/-/g')
# export variables for drone-manifest # export variables for drone-manifest
export PLUGIN_TEMPLATE="${REPO}:${DOCKER_TAG}-ARCH" 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 # push current version manifest tag to docker hub
PLUGIN_TARGET="${REPO}:${DOCKER_TAG}" drone-manifest 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