Skip to content

Commit

Permalink
removeunusedbins
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan committed Nov 7, 2022
1 parent 1290502 commit eda2ca8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ builds:
- arm64
ignore:
- goos: darwin
goarch: "386"
goarch: '386'
- goos: darwin
goarch: 'arm'
- goos: freebsd
goarch: 'arm64'
- goos: windows
goarch: 'arm'
- goos: windows
goarch: 'arm64'
binary: "{{ .ProjectName }}_v{{ .Version }}"
archives:
- format: zip
Expand Down

0 comments on commit eda2ca8

Please sign in to comment.