We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b8a91 commit 06d1b2cCopy full SHA for 06d1b2c
.goreleaser.yml
@@ -3,13 +3,18 @@
3
before:
4
hooks:
5
# you may remove this if you don't use vgo
6
- - go mod download
+ # - go mod download
7
# you may remove this if you don't need go generate
8
- go generate ./...
9
builds:
10
-
11
env:
12
- CGO_ENABLED=0
13
+ - GO111MODULE=off
14
+ goos:
15
+ - linux
16
+ - darwin
17
+ - windows
18
goarch:
19
- amd64
20
@@ -20,6 +25,7 @@ builds:
25
21
26
archives:
22
27
- format: zip
28
+ name_template: "{{ .ProjectName }}-{{ .Os }}_{{ .Arch }}"
23
29
checksum:
24
30
name_template: 'checksums.txt'
31
snapshot:
0 commit comments