Skip to content

Commit

Permalink
Fixed go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Razmjou committed Aug 17, 2020
1 parent 672acba commit a284441
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- freebsd
- netbsd
- windows
- darwin
ignore:
- goos: darwin
goarch: 386
goarch:
- 386
- amd64
- arm
- arm64
- ppc64
- ppc64le
- mips64
- mips64le
goarm:
- 7

archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit a284441

Please sign in to comment.