-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add support for Linux armhf i.e; armv7l #6370
Conversation
Did you test it out with some armhf device? r pi or anything. |
Yes it successfully compiled on a rpi4 Also I am using it on my Pi |
So you built and tested on rpi itself, right? |
Hi there, |
I will test it tomorrow |
this build errors out giving
|
I have to modify the workflow for cross build |
This issue also appears with linux arm64 builds giving same error. And theoretically with every arm64 builds as they are improperly cross compiled leaving node-pty compiled for x86_64 even in arm builds |
This is the output of |
Also a similar issue is discussed here to add arm support with cross compiling as required by workflows |
Closing this issue for now as cross-comipling isn't easy for node-pty also I would suggest you to remove all arm64 if untested builds as also they are having x86_64 version of node-pty compiled which would not work |
I will reopen this if i find a workaround |
electron builder can build armv7l on x64 so this commit adds support for linux armhf devices such as raspberrypi
Closes #2820