Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: stop compressing release binaries with upx #17

Merged
merged 1 commit into from
Dec 7, 2022
Merged

Conversation

joshdk
Copy link
Owner

@joshdk joshdk commented Dec 7, 2022

This repo has been using upx/upx to compress release binaries.

Binaries for darwin-arm64 hav not worked historically, and were never compressed. Recently binaries for darwin-amd64 no longer work for users who have upgraded to macOS Ventura.

For this reason it no longer makes sense to compress binaries. We were also only saving about 1mb anyway 🙃

See upx/upx#612 for tracking the upstream issue.

@joshdk joshdk merged commit f0315d4 into master Dec 7, 2022
@joshdk joshdk deleted the remove-upx branch December 7, 2022 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant