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

feat: option to specify compression used for pack:deb (#1110) #1241

Merged
merged 7 commits into from
Jan 10, 2024

Conversation

mdonnalley
Copy link
Contributor

Merges #1110

This enables passing options to override what dpkg-deb uses by default, which is zstd on newer versions of Debian/Ubuntu and xz on older versions. Debian 11 can't read zstd so when building on newer Debian base for older, specifying may be necessary.

This should aid in the resolution of heroku/cli#2240.

This enables passing options to override what dpkg-deb uses by default,
which is zstd on newer versions of Debian/Ubuntu and xz on older
versions. Debian 11 can't read zstd so when building on newer Debian
base for older, specifying may be necessary.

This should aid in the resolution of heroku/cli#2240.

Co-authored-by: Mike Donnalley <mdonnalley@salesforce.com>
@mdonnalley mdonnalley merged commit 03619e4 into main Jan 10, 2024
22 checks passed
@mdonnalley mdonnalley deleted the mdonnalley/1110 branch January 10, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants