Skip to content

Commit

Permalink
Sarthak | Ignores arm64 and 386 build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakMakhija committed Oct 9, 2022
1 parent 894c1a3 commit f68f338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ builds:
- arm64
- amd64
- 386
ignore:
- goos: windows
goarch: arm64
- goos: windows
goarch: 386
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit f68f338

Please sign in to comment.