-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add arm32v7 2.1-aspnetcore-runtime image #480
Comments
@natemcmaster |
At the moment, we don't have an arm64v8 build of ASP.NET Core. The challenges are mostly about resources and timing, and arm64 is not a high priority for the aspnet team. |
Ok. Thanks in advance. |
You might get something that partly works, but it will be problematic for anything that calls native code, such as Kestrel which uses libuv. To make that work, we need to re-compile everything in aspnetcore's dependency graph for arm64, which we are not planning to do, at the moment. |
I won't have time to get to this done for RC1. cc @muratg |
When I was running linux-arm64 ASP.NET Core TechEmpower benchmarks last year. The native aarch64/arm64 LibUV.so was present in the packages |
I recently created a linux-arm version of the aspnetcore shared runtime. I would like to add a linux-arm image containing this runtime, similar to the bionic/arm32v7 image we have for just the netcore runtime.
The text was updated successfully, but these errors were encountered: