Skip to content

Commit

Permalink
Backport of ci: don't verify s390x into release/1.15.x (#18225)
Browse files Browse the repository at this point in the history
backport of commit 45700f1

Co-authored-by: Dan Bond <[email protected]>
hc-github-team-consul-core and loshz authored Jul 21, 2023
1 parent 816e911 commit b59f512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit b59f512

Please sign in to comment.