Skip to content
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

Closed
rohitsant opened this issue Mar 6, 2021 · 4 comments
Closed

ARM version? #212

rohitsant opened this issue Mar 6, 2021 · 4 comments

Comments

@rohitsant
Copy link

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."

@Armin2208
Copy link
Member

App is provided as X86, so it should emulate on ARM. Or?
I can't compile C# Apps for ARM sadly :/ This is a Microsoft restriction

@Euclidite
Copy link

Should be possible now with .NET core - they've made ARM SDKs available and there are some cross-compile options

@Spiritreader Spiritreader added the wontfix This will not be worked on label Oct 25, 2022
@Spiritreader
Copy link
Member

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.

@Spiritreader Spiritreader removed the wontfix This will not be worked on label Feb 5, 2024
@Spiritreader
Copy link
Member

see #690

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants