Skip to content

Commit

Permalink
chores: drop arm from CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
daeMOn63 committed Nov 12, 2021
1 parent 8ede527 commit 3069e1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 3069e1f

Please sign in to comment.