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 4b90eae commit 6d8bd67Copy full SHA for 6d8bd67
.goreleaser.yml
@@ -9,18 +9,12 @@ builds:
9
ldflags:
10
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
11
goos:
12
- - freebsd
13
- windows
14
- linux
15
- darwin
16
goarch:
17
- amd64
18
- - '386'
19
- - arm
20
- arm64
21
- ignore:
22
- - goos: darwin
23
- goarch: '386'
24
binary: '{{ .ProjectName }}'
25
archives:
26
- format: zip
@@ -43,4 +37,4 @@ checksum:
43
37
release:
44
38
draft: true
45
39
changelog:
46
- skip: true
40
+ skip: true
0 commit comments