Skip to content

Commit a71cc81

Browse files
kradalbyjuanfont
authored andcommitted
fix
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
1 parent 679305c commit a71cc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ builds:
3232

3333
archives:
3434
- id: golang-cross
35-
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 \"v1\") }}{{ .Amd64 }}{{ end }}"
35+
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
3636
format: binary
3737

3838
source:

0 commit comments

Comments
 (0)