Skip to content

Commit

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

Co-authored-by: Dan Bond <danbond@protonmail.com>
  • Loading branch information
hc-github-team-consul-core and loshz authored Jul 21, 2023
1 parent 713c886 commit e8fdb44
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
Expand Up @@ -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 }}
Expand Down

0 comments on commit e8fdb44

Please sign in to comment.