From 6ba6c1b65f9483a5eb3657206ca58c9a7464ad9d Mon Sep 17 00:00:00 2001 From: Pedro Tashima Date: Wed, 6 Dec 2023 18:20:20 -0300 Subject: [PATCH] remove s390x from manifest (#8998) Signed-off-by: Pedro Tashima Co-authored-by: Pedro Tashima --- scripts/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manifest b/scripts/manifest index f32ba082ba..c9eddf9f6d 100755 --- a/scripts/manifest +++ b/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