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 632b19c commit 8977effCopy full SHA for 8977eff
.goreleaser.yml
@@ -1,6 +1,5 @@
1
before:
2
hooks:
3
- - make clean
4
- go mod tidy
5
- go mod verify
6
builds:
@@ -9,6 +8,7 @@ builds:
9
8
goos:
10
- linux
11
- darwin
+ - windows
12
goarch:
13
- 386
14
- amd64
@@ -23,12 +23,19 @@ builds:
23
- 7
24
gomips:
25
- softfloat
26
+ ignore:
27
+ - goos: windows
28
+ goarch: arm
29
flags:
30
- -trimpath
31
gcflags:
32
- all=-trimpath={{.Env.GOPATH}}
33
asmflags:
34
35
+archives:
36
+- format_overrides:
37
38
+ format: zip
39
checksum:
40
name_template: 'sha256sums.txt'
41
changelog:
0 commit comments