Skip to content

Commit e04999b

Browse files
ci: update GoReleaser configurations (#1046)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 722de1b commit e04999b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ upx:
5454
goos: [linux]
5555
compress: best
5656
archives:
57-
- builds:
57+
- ids:
5858
- caddy
5959
name_template: >-
6060
{{ .ProjectName }}_
@@ -73,7 +73,7 @@ archives:
7373
- goos: windows
7474
formats: [ zip ]
7575
- id: legacy
76-
builds:
76+
ids:
7777
- legacy
7878
name_template: >-
7979
{{ .ProjectName }}-legacy_
@@ -149,7 +149,7 @@ nfpms:
149149
- id: linux_packages
150150
package_name: mercure
151151
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}.{{ .Format }}"
152-
builds:
152+
ids:
153153
- caddy
154154
formats:
155155
- apk

0 commit comments

Comments
 (0)