Skip to content

Commit

Permalink
goreleaser: garble to avoid false positive detection
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Feb 21, 2024
1 parent ff0dc35 commit 4c93214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ before:
hooks:
- go mod tidy
- go test ./...
- go install mvdan.cc/garble@latest
builds:
- env:
- CGO_ENABLED=0
Expand All @@ -11,8 +12,7 @@ builds:
- darwin
ldflags:
- -s -w -X github.com/d-led/pathdebug/common.Version={{.Version}}
ignore:
- goarch: 386
gobinary: garble

archives:
- format: tar.gz
Expand Down

0 comments on commit 4c93214

Please sign in to comment.