We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f550e1 commit 7538a7eCopy full SHA for 7538a7e
1 file changed
.goreleaser.yml
@@ -13,6 +13,19 @@ builds:
13
- -X main.GitCommit={{.ShortCommit}}
14
env:
15
- CGO_ENABLED=0
16
+ goos:
17
+ - windows
18
+ - linux
19
+ - darwin
20
+ goarch:
21
+ - amd64
22
+ - "386"
23
+ - arm64
24
+ ignore:
25
+ - goos: darwin
26
+ goarch: "386"
27
+ - goos: windows
28
+ goarch: "arm64"
29
archives:
30
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
31
replacements:
0 commit comments