fix: zstd compression level handling#2129
Conversation
|
Thanks for the PR! In this comment on issue #2127 I reproduced the problem of higher compression levels leading to larger packages. This PR does fix that problem: Issue #2127 mentions that values 0-19 are valid zstd compression levels, but fpm only allows values 0-9 for the |
|
Yeah, it's kind of fixed by the environment variable |
|
Ah yes, I see that the Something like the following (UNTESTED) update could be used to broaden the Do any of the other available compression types allow levels outside the range 0-9? |
(Hopefully) fixes #2127