Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Remove arm64 from test CI. (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn authored Apr 6, 2021
1 parent d739e45 commit 54602cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goarch: ["arm64", "amd64"]
goarch: ["amd64"]
steps:
- uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 54602cb

Please sign in to comment.