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 a720eaa commit decded2
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
env:
- GO111MODULE=on
before:
hooks:
# You may remove this if you don't use go modules.
- go mod download
builds:
-
binary: azs
binary: azs
env:
- CGO_ENABLED=0
goos:
Expand All @@ -23,17 +21,10 @@ builds:
- goos: windows
goarch: ppc64le
archives:
-
builds:
- default
replacements:
- replacements:
darwin: macos
linux: linux
windows: win
amd64: x86_64
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit decded2

Please sign in to comment.