Skip to content

Commit

Permalink
Merge pull request #29 from brooksn/remove-s390x
Browse files Browse the repository at this point in the history
remove s390x image manifest
  • Loading branch information
brooksn authored Dec 5, 2023
2 parents ab9083a + fa702d1 commit bb244c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export REPO="rancher/rke2-upgrade"
export DRONE_TAG=$(echo "${DRONE_TAG}" | sed -e 's/+/-/g')
export PLUGIN_TARGET="${REPO}:${DRONE_TAG}"
export PLUGIN_TEMPLATE="${REPO}:${DRONE_TAG}-ARCH"
export PLUGIN_PLATFORMS="linux/amd64,linux/s390x"
export PLUGIN_PLATFORMS="linux/amd64"

drone-manifest

0 comments on commit bb244c5

Please sign in to comment.