From ec8f86fab78735ff254946c7b7f3889c9f634006 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Couture Date: Wed, 25 Oct 2023 01:29:12 +0000 Subject: [PATCH] Remove UPX to reduce false positive from AV. --- .goreleaser.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3c31470..5ad8d28 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 }}"