Skip to content

Commit 42d88f8

Browse files
committed
goreleaser tweaks
Signed-off-by: Jordan Whited <jordan@jordanwhited.com>
1 parent f614001 commit 42d88f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ builds:
3131

3232
archives:
3333
- id: coredns
34-
format: binary
34+
format: tar.gz
35+
name_template: wgsd-coredns_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
3536
builds:
3637
- coredns
3738

3839
- id: wgsd-client
39-
format: binary
40+
format: tar.gz
41+
name_template: wgsd-client_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
4042
builds:
4143
- wgsd-client

0 commit comments

Comments
 (0)