Skip to content

Commit

Permalink
chore: ignore GOOS/GOARCH pair windows/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
electricbubble committed Nov 24, 2022
1 parent 4980490 commit 14ff83c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ builds:
goarch: 386
- goos: freebsd
goarch: arm64
- goos: windows
goarch: arm64


archives:
Expand Down

0 comments on commit 14ff83c

Please sign in to comment.