Skip to content

Commit

Permalink
fix goreleaser config syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Dec 12, 2020
1 parent 6d05d5b commit 1a0847f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ builds:
- 5
- 6
- 7
replacements:
386: amd32
darwin: macOS
linux: linux
archives:
- replacements:
386: amd32
darwin: macOS
linux: linux
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 1a0847f

Please sign in to comment.