Skip to content

Commit

Permalink
💚 Remove some arches and add darwin support
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Aug 22, 2021
1 parent 92691a0 commit 15ad031
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,28 @@ builds:
- CGO_ENABLED=0
ldflags: -s -w
goos:
- linux
- windows
- linux
- windows
- darwin
goarch:
- 386
- amd64
- arm
- arm64
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
- 6
- 7
ignore:
- goos: windows
goarch: 386
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm
- goos: darwin
goarch: 386
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
archives:
Expand Down

0 comments on commit 15ad031

Please sign in to comment.