We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722de1b commit e04999bCopy full SHA for e04999b
.goreleaser.yml
@@ -54,7 +54,7 @@ upx:
54
goos: [linux]
55
compress: best
56
archives:
57
- - builds:
+ - ids:
58
- caddy
59
name_template: >-
60
{{ .ProjectName }}_
@@ -73,7 +73,7 @@ archives:
73
- goos: windows
74
formats: [ zip ]
75
- id: legacy
76
- builds:
+ ids:
77
- legacy
78
79
{{ .ProjectName }}-legacy_
@@ -149,7 +149,7 @@ nfpms:
149
- id: linux_packages
150
package_name: mercure
151
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}.{{ .Format }}"
152
153
154
formats:
155
- apk
0 commit comments