We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run on raspberry pi RuntimeEnvironment.GetRuntimeIdentifier()
RuntimeEnvironment.GetRuntimeIdentifier()
Actual raspbian.9-x86
raspbian.9-x86
Expect: raspbian.9-arm32 or similar. x86 is intel arch
raspbian.9-arm32
Cause, the detection should take arm arch in. https://github.com/dotnet/core-setup/blame/master/src/managed/Microsoft.DotNet.PlatformAbstractions/RuntimeEnvironment.cs#L26
The text was updated successfully, but these errors were encountered:
close as dup
Sorry, something went wrong.
No branches or pull requests
Run on raspberry pi
RuntimeEnvironment.GetRuntimeIdentifier()
Actual
raspbian.9-x86
Expect:
raspbian.9-arm32
or similar. x86 is intel archCause, the detection should take arm arch in.
https://github.com/dotnet/core-setup/blame/master/src/managed/Microsoft.DotNet.PlatformAbstractions/RuntimeEnvironment.cs#L26
The text was updated successfully, but these errors were encountered: