mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
remove s390x from manifest (#8998)
Signed-off-by: Pedro Tashima <pedro.tashima@suse.com> Co-authored-by: Pedro Tashima <pedro.tashima@suse.com>
This commit is contained in:
parent
c3e7bed727
commit
6ba6c1b65f
@ -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…
Reference in New Issue
Block a user