-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Windows 10 on ARM platform support #1134
Comments
We use electron-builder, and I don't see such a configuration option: https://www.electron.build/configuration/win#WindowsConfiguration-target |
I found this https://www.electron.build/cli and this electron-userland/electron-builder#5558. output: • writing effective config file=release/builder-effective-config.yaml
• rebuilding native dependencies dependencies=sqlite3@4.2.0 platform=win32 arch=arm64
• packaging platform=win32 arch=arm64 electron=12.2.2 appOutDir=release/win-arm64-unpacked
⨯ cannot execute cause=exit status 123
errorOut=it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32" |
Never mind, i found the folder |
Nice, then in this case this should only be the matter of adding a flag to the build action so we can generate one more artifact. |
Just kicking the can further down the road. |
This would need to be a little bit more involved: https://github.com/marketplace/actions/run-on-architecture |
There is now a separate mac arm64 build so it should be pretty easy to do the same for windows too. |
Platform:
Windows 10 on ARM64 (19044.1415)
Nuclear version:
/
Description of the issue:
No available version of nuclear is compatible with Windows 10 on ARM
Windows 10 on arm supports the following executables:
Would it be possible to provide a build for this platform ?
The text was updated successfully, but these errors were encountered: