We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c475643 commit 38f450dCopy full SHA for 38f450d
.goreleaser.yml
@@ -1,6 +1,7 @@
1
before:
2
hooks:
3
- go mod tidy
4
+ - go mod vendor
5
builds:
6
- env:
7
- CGO_ENABLED=0
@@ -10,13 +11,9 @@ builds:
10
11
ldflags:
12
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
13
goos:
- - windows
14
- linux
15
- - darwin
16
goarch:
17
- amd64
18
- - arm
19
- - arm64
20
binary: '{{ .ProjectName }}_v{{ .Version }}'
21
archives:
22
- format: zip
0 commit comments