-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
ARM version? #212
Comments
App is provided as X86, so it should emulate on ARM. Or? |
Should be possible now with .NET core - they've made ARM SDKs available and there are some cross-compile options |
Some components that we use and are mandatory for ADM (ManagementEventWatchers) throw an incompatibility error when the compilation target isn't x86. So we can't offer ARM support unless .NET starts adding support for the missing archs. |
see #690 |
Hello! Any chance you could compile this for ARM, or provide instructions on how to build from source? I tried to install using
winget
on my Surface Pro X and it errors out saying "No installers are applicable to the current system."The text was updated successfully, but these errors were encountered: