Skip to content

Commit 4c93214

Browse files
committed
goreleaser: garble to avoid false positive detection
1 parent ff0dc35 commit 4c93214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ before:
22
hooks:
33
- go mod tidy
44
- go test ./...
5+
- go install mvdan.cc/garble@latest
56
builds:
67
- env:
78
- CGO_ENABLED=0
@@ -11,8 +12,7 @@ builds:
1112
- darwin
1213
ldflags:
1314
- -s -w -X github.com/d-led/pathdebug/common.Version={{.Version}}
14-
ignore:
15-
- goarch: 386
15+
gobinary: garble
1616

1717
archives:
1818
- format: tar.gz

0 commit comments

Comments
 (0)