-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Arm64 support #7866
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
base: develop
Are you sure you want to change the base?
Arm64 support #7866
Conversation
066dc37
to
bcac1bb
Compare
Would you be able to share the build so I could use and test this? Greatly appreciate your work! |
@GriffinCodes, I have added a release for arm64 here. Let me know if you find any issues. |
Hi @ahossny, |
@ahossny, {
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
}
} Then the app runs normally. So far it works great, thank you for your work! |
@ahossny Sorry to nag, but the Windows 10 SDK that the CI builders are using came out in 5 and a half years ago. Can you bump it to something that is preinstalled on the |
@BrycensRanch Upgraded Windows SDK to the latest version |
Adds Support to ARM64
Migrated to :NET8
I have started this project and my aim to add arm64 support, as it would be more efficient and would not drain my battery.