Skip to content

Commit eb0e4ef

Browse files
authored
Add architecture to fleetctl archive for linux (#26421) (#26422)
1 parent cd6d157 commit eb0e4ef

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
@@ -99,13 +99,13 @@ archives:
9999
- id: fleetctl
100100
builds:
101101
- fleetctl
102-
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}
102+
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}_{{.Arch}}
103103
wrap_in_directory: true
104104

105105
- id: fleetctl-zip
106106
builds:
107107
- fleetctl
108-
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}
108+
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}_{{.Arch}}
109109
format: zip
110110
wrap_in_directory: true
111111

0 commit comments

Comments
 (0)