Skip to content

Commit

Permalink
bring back upx
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Sep 18, 2024
1 parent e17bdd1 commit a1aaaf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ builds:
goarch:
- amd64

# upx:
# - enabled: true
# compress: best
upx:
- enabled: true
compress: best

archives:
- name_template: '{{ .ProjectName }}_{{ replace .Version "v" "" }}_{{ .Os }}_{{ .Arch }}'
Expand Down

0 comments on commit a1aaaf7

Please sign in to comment.