Skip to content

Commit db2a776

Browse files
committed
Archive name template
1 parent e89c970 commit db2a776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ changelog:
44
builds:
55
- id: kubeadm-join-config
66
main: ./cmd/kubeadm-join-config
7-
binary: "kubeadm-join-config_{{ .Version }}_{{ .Arch }}"
87
env:
98
- CGO_ENABLED=0
109
goos:
@@ -13,4 +12,5 @@ builds:
1312
- amd64
1413
- arm64
1514
archives:
16-
- format: binary
15+
- format: binary
16+
name_template: "kubeadm-join-config_{{ .Version }}_{{ .Arch }}"

0 commit comments

Comments
 (0)