Description
Is there a timeline on the availability of .Net SDK/Runtime on the ARM architecture via package managers?
Package manager installs are only supported on the x64 architecture. Other architectures, such as Arm, must install .NET by some other means such as with Snap, an installer script, or through a manual binary installation.
https://learn.microsoft.com/en-us/dotnet/core/install/linux-centos
We have some existing automation that mirrors the Microsoft repositories to Artifactory internally and simply install via package managers. Would love for this to work on ARM as well.
That being said, as I was talking to some co-workers while opening this, one spotted that there are aarch64 packages for 6.0.9, but nothing prior or later.
Feel free to redirect me to a more appropriate repository if needed.
Activity