Skip to content

Commit

Permalink
Removed upx (binary compression) from goreleaser.
Browse files Browse the repository at this point in the history
- It appears that compressed binaries don't play well with MacOS
  (see #15).
  • Loading branch information
marcopaganini committed Nov 26, 2024
1 parent afa874b commit 5fff1d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ archives:
- goos: windows
format: zip

upx:
- enabled: true
compress: best

nfpms:
- package_name: rpn
homepage: https://github.com/marcopaganini/rpn
Expand Down

0 comments on commit 5fff1d0

Please # to comment.