Skip to content

Commit

Permalink
update go releaser, remove darwin and freebsd (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
gramsa49 authored Sep 30, 2022
1 parent 011c094 commit b10cac3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,10 @@ 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 b10cac3

Please sign in to comment.