Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Feb 8, 2020
1 parent bcd4469 commit c3b96ef
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ before:
# - go mod vendor
builds:
- env:
- CGO_ENABLED=0
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit c3b96ef

Please sign in to comment.