jpeg-recompress-bin icon indicating copy to clipboard operation
jpeg-recompress-bin copied to clipboard

Enable building on Linux if starting fails

Open tarik02 opened this issue 4 years ago • 2 comments

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);
	}

tarik02 avatar Apr 08 '21 10:04 tarik02

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

earthday47 avatar Oct 24 '22 21:10 earthday47

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.

tarik02 avatar Oct 25 '22 07:10 tarik02