-
Notifications
You must be signed in to change notification settings - Fork 15.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
Better support for Linux ARM machines #5706
Comments
FYI, it looks like support for arm64 was merged in: 1257dee Electron for arm64 builds successfully now that libchromiumcontent merged the arm64 support. Will this be included in future official builds for electron? |
@groundwater is giving it a shot here: electron/libchromiumcontent#334 |
We have a PR here #10205 for Linux. |
Any updates on getting this out? |
This issue was mostly about libchromiumcontent which had already been removed, so I'm closing it. Please create new issues if there is any problem with arm Linux support. |
This issue lists the tasks on making Electron support more ARM machines.
http://electron.atom.io/docs/development/build-instructions-linux/#advanced-topics
$ ./script/bootstrap.py -v --build_libchromiumcontent \ --target_arch=arm \ --defines='arm_version=7 arm_float_abi=softfp'
Related: #2343
Feel free to share opinions here if anyone thinks this is not enough for building Electron for your ARM machine.
/cc @iolsen @francoislaberge
The text was updated successfully, but these errors were encountered: