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 3c90ff9 commit 304dbc4Copy full SHA for 304dbc4
.goreleaser.yml
@@ -7,14 +7,14 @@ builds:
7
- -trimpath
8
ldflags:
9
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
10
- goos:
11
- - windows
12
- - linux
13
- - darwin
14
- goarch:
15
- - amd64
16
- - arm
17
- - arm64
+ targets:
+ - darwin_arm64
+ - darwin_amd64
+ - linux_amd64
+ - linux_arm
+ - linux_arm64
+ - windows_amd64
+ - windows_arm
18
binary: '{{ .ProjectName }}_v{{ .Version }}'
19
archives:
20
- format: zip
0 commit comments