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 7508886 commit 6e7a469Copy full SHA for 6e7a469
.goreleaser.yaml
@@ -3,28 +3,21 @@ before:
3
hooks:
4
- go mod tidy
5
- go test ./...
6
+ - go install mvdan.cc/garble@latest
7
builds:
- - id: windows
8
- env:
+ - env:
9
- CGO_ENABLED=0
10
goos:
11
- windows
12
+ - linux
13
+ - darwin
14
flags:
15
- -trimpath
16
ldflags:
17
- -s -w -X github.com/d-led/pathdebug/common.Version={{.Version}}
18
19
pre:
- - go install mvdan.cc/garble@latest
20
- garble -tiny -literals -seed=random build
- - id: non-windows
21
22
- - CGO_ENABLED=0
23
- goos:
24
- - linux
25
- - darwin
26
- ldflags:
27
- - -s -w -X github.com/d-led/pathdebug/common.Version={{.Version}}
28
29
archives:
30
- formats: [ 'tar.gz' ]
0 commit comments