Backport of ci: don't verify s390x into release/1.16.x (#18226)

backport of commit 45700f1e89d5dc39cdeeff524143fa215e108b8e

Co-authored-by: Dan Bond <danbond@protonmail.com>
This commit is contained in:
hc-github-team-consul-core 2023-07-21 13:18:53 -04:00 committed by GitHub
parent ef4b2e8a05
commit a2bd34ba25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: ["386", "amd64", "arm", "arm64", "s390x"]
arch: ["386", "amd64", "arm", "arm64"]
fail-fast: true
env:
version: ${{ needs.set-product-version.outputs.product-version }}