We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7643b0c commit 3471221Copy full SHA for 3471221
.goreleaser.yml
@@ -24,17 +24,19 @@ build:
24
- 6
25
- 7
26
ignore:
27
+ - goos: darwin
28
+ goarch: 386
29
- goos: openbsd
30
goarch: arm
- goarm: 6
31
- goos: freebsd
32
33
- - goos: linux
34
- goarch: arm64
+ - goos: netbsd
+ goarch: arm
35
+ - goos: solaris
36
37
38
archive:
- name_template: "{{.Os}}-{{.Arch}}-{{ .ProjectName }}"
39
+ name_template: "{{.Os}}-{{.Arch}}{{if .Arm}}v{{.Arm}}{{end}}-{{ .ProjectName }}"
40
format: tar.gz
41
format_overrides:
42
- goos: windows
0 commit comments