Skip to content

Commit

Permalink
Fix Goreleaser configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorunic committed Jan 10, 2022
1 parent e4d40d3 commit e0b3c41
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ builds:
- amd64
- arm
- arm64
archive:
replacements:
linux: Linux
darwin: Darwin
windows: Windows
freebsd: FreeBSD
386: i386
amd64: x86_64
archives:
- replacements:
linux: Linux
darwin: Darwin
windows: Windows
freebsd: FreeBSD
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit e0b3c41

Please sign in to comment.