mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Add architecture to fleetctl archive for linux (#26421)
This commit is contained in:
parent
7f4292863d
commit
1289b39a98
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 }}
|
||||
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}{{- if eq .Os "linux" }}_{{.Arch}}{{ end }}
|
||||
wrap_in_directory: true
|
||||
|
||||
- id: fleetctl-zip
|
||||
builds:
|
||||
- fleetctl
|
||||
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}
|
||||
name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}{{- if eq .Os "linux" }}_{{.Arch}}{{ end }}
|
||||
format: zip
|
||||
wrap_in_directory: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue