Skip to content

Commit

Permalink
Merge pull request #83 from rtrox/rtrox/enable_arm64
Browse files Browse the repository at this point in the history
[fix] Ignore windows/arm64 pair to re-enable linux/arm64 releases
  • Loading branch information
showwin authored Nov 22, 2022
2 parents ca1db42 + 5cbab8a commit 6baf9c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ builds:
- 386
- amd64
- arm
# - arm64 ref: https://github.com/showwin/speedtest-go/actions/runs/3426179465/jobs/5771140354
- arm64
ignore:
- goos: windows
goarch: arm64
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 6baf9c5

Please sign in to comment.