From 42d88f8049cfd04a8ea6b9d833f36f408ac39a5e Mon Sep 17 00:00:00 2001 From: Jordan Whited Date: Sun, 18 Dec 2022 15:29:44 -0800 Subject: [PATCH] goreleaser tweaks Signed-off-by: Jordan Whited --- .goreleaser.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 26b62dd..ddd49dc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -31,11 +31,13 @@ builds: archives: - id: coredns - format: binary + format: tar.gz + name_template: wgsd-coredns_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }} builds: - coredns - id: wgsd-client - format: binary + format: tar.gz + name_template: wgsd-client_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }} builds: - wgsd-client