Skip to content

Commit

Permalink
skip building windows arm{,64} and darwin arm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed May 19, 2021
1 parent 6031130 commit 1b85344
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ builds:
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: arm
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
main: ./cmd/aws-fuzzy/main.go
hooks:
post:
Expand Down

0 comments on commit 1b85344

Please sign in to comment.