From 3069e1f5924d727bd969e38f549c2697f1e8225e Mon Sep 17 00:00:00 2001 From: Flavien Binet Date: Fri, 12 Nov 2021 17:56:25 +0100 Subject: [PATCH] chores: drop arm from CI test matrix --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90251aae31..d9f412bf17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-arch: ["amd64", "arm", "arm64"] + # dropped arm because of bls + go-arch: ["amd64"] #, "arm", "arm64"] steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2.1.3