Skip to content

Commit

Permalink
goreleaser tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Whited <jordan@jordanwhited.com>
  • Loading branch information
jwhited committed Dec 18, 2022
1 parent f614001 commit 42d88f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 42d88f8

Please sign in to comment.