mirror of https://github.com/hashicorp/consul
Backport of ci: don't verify s390x into release/1.15.x (#18225)
backport of commit 45700f1e89
Co-authored-by: Dan Bond <danbond@protonmail.com>
pull/18232/head
parent
816e9116d3
commit
b59f512525
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue