You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alpine3.18 Arm64 in docker
.NET 8.0.100-rc.1.23414.11(runtime-8.0.0-rc.1.23414.4)
To Reproduce
Repro steps:
Prepare Alpine3.18 Arm64 in docker
Extract dotnet-sdk-8.0.100-rc.1.23414.11-linux-musl-arm64.tar.gz, and use the export command to set DOTNET_ROOT to the extracted folder's location and then ensure .NET is in PATH
Run 'dotnet --info' and observe
Expected behavior
RID shows "alpine.3.18-arm64".
Actual behavior
RID shows "linux-musl-arm64"
Regression?
This issue not repro on 8.0.100-rc.1.23407.2(runtime- 8.0.0-rc.1.23381.3)