dotnet / install-scripts

MIT License
128 stars 68 forks source link

Detect ARMhf userland on top of AARCH64 kernel #435

Closed filipnavara closed 4 months ago

filipnavara commented 5 months ago

Raspberry Pi 4/5 supports running 32-bit user land with a 64-bit Linux kernel. Detect that and install linux-arm version of .NET instead of linux-arm64. The arm64 version doesn't work in that scenario.

YuliiaKovalova commented 5 months ago

Looks good to me! @baronfel , please review too