From a2bd34ba2558ea2a1ecc6b5e7388438341b3d441 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Fri, 21 Jul 2023 13:18:53 -0400 Subject: [PATCH] Backport of ci: don't verify s390x into release/1.16.x (#18226) backport of commit 45700f1e89d5dc39cdeeff524143fa215e108b8e Co-authored-by: Dan Bond --- .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 51d1ecb96..1ade89fe4 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 }}