Skip to content

Commit

Permalink
Updates to goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixblue committed May 17, 2020
1 parent decded2 commit 79bc96f
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@ before:
# You may remove this if you don't use go modules.
- go mod download
builds:
binary: azs
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
- goos: windows
goarch: ppc64le
-
binary: azs
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
- goos: windows
goarch: ppc64le
archives:
- replacements:
darwin: macos
Expand Down

0 comments on commit 79bc96f

Please sign in to comment.