build: remove UPX compression (antivirus false positives, startup penalty)
This commit is contained in:
parent
61b44fe86f
commit
9cc806d11f
2 changed files with 0 additions and 9 deletions
|
|
@ -19,12 +19,6 @@ builds:
|
|||
- -X github.com/torrentclaw/torrentclaw-cli/internal/cmd.Version={{.Version}}
|
||||
- -X github.com/torrentclaw/torrentclaw-cli/internal/sentry.dsn={{ .Env.SENTRY_DSN }}
|
||||
|
||||
upx:
|
||||
- enabled: true
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
|
||||
archives:
|
||||
- format: tar.gz
|
||||
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue