mirror of https://github.com/status-im/consul.git
ci: don't verify s390x (#18224)
This commit is contained in:
parent
c932d797a7
commit
7e01fcf5c0
|
@ -371,7 +371,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: ["386", "amd64", "arm", "arm64", "s390x"]
|
arch: ["386", "amd64", "arm", "arm64"]
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
env:
|
env:
|
||||||
version: ${{ needs.set-product-version.outputs.product-version }}
|
version: ${{ needs.set-product-version.outputs.product-version }}
|
||||||
|
|
Loading…
Reference in New Issue