Skip to content

Commit

Permalink
build: update goreleaser config to new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pm4t committed Feb 14, 2020
1 parent 9bc510d commit 91f2a98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ builds:
goarch:
- amd64
archives:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit 91f2a98

Please sign in to comment.