mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Add arch to all fleetctl archives (#26424)
This commit is contained in:
parent
1289b39a98
commit
311b0c8001
1 changed files with 2 additions and 2 deletions
|
|
@ -99,13 +99,13 @@ archives:
|
|||
- id: fleetctl
|
||||
builds:
|
||||
- fleetctl
|
||||
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}{{- if eq .Os "linux" }}_{{.Arch}}{{ end }}
|
||||
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}_{{.Arch}}
|
||||
wrap_in_directory: true
|
||||
|
||||
- id: fleetctl-zip
|
||||
builds:
|
||||
- fleetctl
|
||||
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}{{- if eq .Os "linux" }}_{{.Arch}}{{ end }}
|
||||
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}_{{.Arch}}
|
||||
format: zip
|
||||
wrap_in_directory: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue