ci: don't verify s390x (#18224)

This commit is contained in:
Dan Bond 2023-07-21 10:00:37 -07:00 committed by GitHub
parent c932d797a7
commit 7e01fcf5c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}