Skip to content

Commit

Permalink
Fix goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixblue committed May 17, 2020
1 parent 5ce20c6 commit 4fa4f96
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# 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 vgo
#- go mod download
# you may remove this if you don't need go generate
#- go generate ./...
- go mod download
builds:
-
binary: azs
Expand All @@ -23,13 +22,19 @@ builds:
goarch: ppc64le
- goos: windows
goarch: ppc64le
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
archives:
-
builds:
- default
replacements:
darwin: macos
linux: linux
windows: win
amd64: x86_64
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 4fa4f96

Please sign in to comment.