Skip to content

Commit

Permalink
Change GOOS/GOARCH targets
Browse files Browse the repository at this point in the history
  • Loading branch information
simaotwx committed Nov 12, 2021
1 parent b57d28e commit 3ad034f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ builds:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
- openbsd
- windows
- linux
- darwin
goarch:
- amd64
- arm64
ignore:
- goos: windows
goarch: arm64
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit 3ad034f

Please sign in to comment.