Skip to content

Commit

Permalink
goreleaser use zip arch for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Jan 7, 2023
1 parent f180c8f commit 70e16ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ archives:
windows: Windows
386: i386
amd64: x86_64

format_overrides:
- goos: windows
format: zip

checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
snapshot:
Expand Down

0 comments on commit 70e16ea

Please sign in to comment.