Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabhajit-ray authored Jul 20, 2022
1 parent 0300b7a commit f633af4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ builds:
- arm
- arm64
ignore:
- goos: darwin
goos: windows
- goos: darwin
goarch: "386"
- goos: darwin
goarch: "arm64"
- goos: windows
goarch: "arm64"
binary: "{{ .ProjectName }}_v{{ .Version }}"
archives:
- format: zip
Expand Down

0 comments on commit f633af4

Please sign in to comment.