Skip to content

Commit

Permalink
ci: don't verify s390x (#18224)
Browse files Browse the repository at this point in the history
  • Loading branch information
loshz authored Jul 21, 2023
1 parent c932d79 commit 7e01fcf
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 7e01fcf

Please sign in to comment.