mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 02:18:25 +00:00
ci: don't verify s390x (#18224)
This commit is contained in:
parent
c932d797a7
commit
7e01fcf5c0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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…
x
Reference in New Issue
Block a user