jpeg-recompress-bin
jpeg-recompress-bin copied to clipboard
Enable building on Linux if starting fails
This package does not work on aarch64 linux. Suggestions:
- add aarch64 binary
- remove build check for linux (why is it there?):
if (process.platform === 'win32' || process.platform === 'linux') {
// eslint-disable-next-line unicorn/no-process-exit
process.exit(1);
}
This issue and resolution was for ARM but this might work for your arch as well https://github.com/imagemin/jpeg-recompress-bin/pull/31
This issue and resolution was for ARM but this might work for your arch as well #31
https://github.com/imagemin/jpeg-recompress-bin/pull/31/files#diff-a021b62b61739461595e009ed3d8524495144ddba458d99f1eba19e2a2be7b74R15
No, that just throws error if it's not x86 Linux.