Skip to content

Commit

Permalink
chore(release): don’t build windows, freebsd, and old arch
Browse files Browse the repository at this point in the history
  • Loading branch information
emhagman committed Mar 27, 2023
1 parent 9d87312 commit 4a6422b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,11 @@ builds:
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit 4a6422b

Please sign in to comment.