We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615ad43 commit 37e59cfCopy full SHA for 37e59cf
.goreleaser.yml
@@ -2,23 +2,28 @@ project_name: got
2
before:
3
hooks:
4
- go mod download
5
+ - go mod tidy
6
builds:
7
-
8
env:
9
- CGO_ENABLED=0
10
dir: cmd/got
11
ldflags:
- - -X main.version={{.Version}}+{{.ShortCommit}}
12
+ - -s -w -X main.version={{.Version}}+{{.ShortCommit}}
13
goos:
14
- linux
15
- darwin
16
- freebsd
17
- windows
18
goarch:
19
- amd64
20
+ - arm64
21
+ - arm
22
+ - 386
23
24
archives:
25
- replacements:
26
+ 386: 32bit
27
darwin: Darwin
28
linux: Linux
29
freebsd: Freebsd
0 commit comments