-
Notifications
You must be signed in to change notification settings - Fork 2k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[Feature Request] Windows 10 on Arm #1962
Comments
Ah yes, ARM seems like a good target to support as it's likely the future of computing. From that article, it seems like there are a few hurdles to overcome:
It seems like it should be fairly trivial after these two things are in place (knock on wood). |
I was able to build it without issue on a CentOS 8 x64 Intel system running node v10.16.3
Of course, it built it for Linux arm64, so not terribly useful unless you're running Linux. Will try to build it on Windows 10 x64 Intel next. |
Didn't have much luck with Windows 10. Crashed during packaging. I think it's related to electron-builder. It would build for x64_x86, but crash when specifying arm64 as a target. |
What about building this for RaspberryPi? Seems like it should be similar since it's ARM as well.... Also Apple shipped ARM macs so it seems ARM really should be figured out. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is your feature request related to a problem? Please describe.
Unable to use Insomnia on Windows 10 on Arm.
Describe the solution you'd like
A build for Windows 10 on Arm.
Describe alternatives you've considered
Curl? I suppose I could use curl.
Additional context
https://www.electronjs.org/docs/tutorial/windows-arm
I'm happy to help with this.
The text was updated successfully, but these errors were encountered: