We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df5b8c commit 65bc2e7Copy full SHA for 65bc2e7
1 file changed
.goreleaser.yaml
@@ -27,15 +27,6 @@ builds:
27
- amd64
28
- arm64
29
archives:
30
- - format: tar.gz
31
- name_template: >-
32
- {{ .Binary }}-
33
- {{- title .Os }}-
34
- {{- if eq .Arch "amd64" }}x86_64
35
- {{- else if eq .Arch "386" }}i386
36
- {{- else }}{{ .Arch }}{{ end }}
37
- {{- if .Arm }}v{{ .Arm }}{{ end }}
38
- format_overrides:
39
- - goos: windows
40
- format: zip
+ - name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
+ format: binary
41
report_sizes: true
0 commit comments