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 5543086 commit 06801dbCopy full SHA for 06801db
.goreleaser.yml
@@ -3,18 +3,15 @@
3
env:
4
- CGO_ENABLED=0
5
builds:
6
- - goos:
7
- - linux
8
- - darwin
9
- - freebsd
10
- - netbsd
11
- - openbsd
12
- - windows
13
- goarch:
14
- - 386
15
- - amd64
16
- - arm
17
- - arm64
+ - targets:
+ - darwin_amd64
+ - darwin_arm64
+ - linux_386
+ - linux_amd64
+ - linux_arm
+ - linux_arm64
+ - windows_386
+ - windows_amd64
18
archives:
19
- id: zip
20
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
0 commit comments