From 45700f1e89d5dc39cdeeff524143fa215e108b8e Mon Sep 17 00:00:00 2001 From: Dan Bond Date: Fri, 21 Jul 2023 09:43:04 -0700 Subject: [PATCH] ci: don't verify s390x --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40275b36ce7b..3888b612872d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}