Skip to content

Commit

Permalink
Updates goreleaser config as per the latest spec
Browse files Browse the repository at this point in the history
  • Loading branch information
roobalimsab committed Jan 28, 2020
1 parent 2689189 commit 9091db6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 9091db6

Please sign in to comment.