We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112e1bf commit f2b8946Copy full SHA for f2b8946
1 file changed
.goreleaser.yml
@@ -22,6 +22,15 @@ builds:
22
- amd64
23
- arm64
24
25
+archives:
26
+ - name_template: 'waitfor_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
27
+ # Can be used to change the archive formats for specific GOOSs.
28
+ # Most common use case is to archive as zip on Windows.
29
+ # Default is empty.
30
+ format_overrides:
31
+ - goos: windows
32
+ format: zip
33
+
34
checksum:
35
name_template: '{{ .ProjectName }}_checksums.txt'
36
0 commit comments