We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ead9c commit 664384dCopy full SHA for 664384d
.goreleaser.yml
@@ -99,7 +99,7 @@ archives:
99
- id: fleetctl
100
builds:
101
- fleetctl
102
- name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}_{{.Arch}}
+ name_template: fleetctl_v{{.Version}}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}{{- if eq .Os "linux" }}_{{.Arch}}{{ end }}
103
wrap_in_directory: true
104
105
- id: fleetctl-zip
0 commit comments