Skip to content

Commit cb7c017

Browse files
authored
1 parent 18d21d3 commit cb7c017

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ builds:
3636
archives:
3737
- id: golang-cross
3838
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
39-
format: binary
39+
formats:
40+
- binary
4041

4142
source:
4243
enabled: true
@@ -55,7 +56,7 @@ nfpms:
5556
# List file contents: dpkg -c dist/headscale...deb
5657
# Package metadata: dpkg --info dist/headscale....deb
5758
#
58-
- builds:
59+
- ids:
5960
- headscale
6061
package_name: headscale
6162
priority: optional

0 commit comments

Comments
 (0)