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

Enable building on Linux if starting fails #27

Open
tarik02 opened this issue Apr 8, 2021 · 2 comments
Open

Enable building on Linux if starting fails #27

tarik02 opened this issue Apr 8, 2021 · 2 comments

Comments

@tarik02
Copy link

tarik02 commented Apr 8, 2021

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);
	}
@earthday47
Copy link

This issue and resolution was for ARM but this might work for your arch as well
#31

@tarik02
Copy link
Author

tarik02 commented Oct 25, 2022

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.

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

No branches or pull requests

2 participants