To Reproduce
1.Prepare a clean M1
2.install dotnet-core-uninstall(1.7.0) from tar
3. Use the following commands to install the tool:
mkdir -p ~/dotnet-core-uninstall
tar -zxvf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstall
cd ~/dotnet-core-uninstall
./dotnet-core-uninstall list
4.Install 8.0.4 osx-arm64 runtime from https://dotnet.microsoft.com/en-us/download/dotnet/8.0
5. Run "./dotnet-core-uninstall list"
6.check the output of dotnet-core-uninstall list
Expected Result:
The version of .NET core runtimes should display arm64 in dotnet-core-uninstall list when installing one arm64 runtime on M1.
Actual Result:
The version of .NET core runtimes display x64 in dotnet-core-uninstall list when installing one arm64 runtime on M1

Dotnet --info after install the 8.0.4 osx-arm64 runtime
