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

Publish ARM64 executables #68

Open
zhzy0077 opened this issue May 19, 2022 · 0 comments
Open

Publish ARM64 executables #68

zhzy0077 opened this issue May 19, 2022 · 0 comments
Assignees
Milestone

Comments

@zhzy0077
Copy link

AnyCPU works in a different way on .NET Core. As .NET Core decouples the system, it requires a platform-dependent entrypoint. .dll generatedd from AnyCPU is still working under different architects but the executable is not. The exe downloaded from releases now cannot be executed in ARM64 devices.

This should do the trick
dotnet publish -r win-arm64

Reference:

@cerebrate cerebrate self-assigned this May 13, 2023
@cerebrate cerebrate added this to the 3.0 milestone May 13, 2023
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

2 participants