Skip to content

Commit

Permalink
Remove UPX to reduce false positive from AV.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouture committed Oct 25, 2023
1 parent a42a3df commit ec8f86f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ builds:
goos: [windows]
goarch: [386, amd64, arm, arm64]

upx:
- enabled: true
goos: [darwin, linux, windows]
compress: best
lzma: true
brute: true

signs:
- cmd: cosign
stdin: "{{ .Env.COSIGN_PASSWORD }}"
Expand Down

0 comments on commit ec8f86f

Please sign in to comment.