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
Much like dotnet/vscode-csharp#2771 we will need to do work to properly acquire the "right" bits for ARM scenarios.
We need to adjust the dynamic acquisition logic to get a compatible version of the runtime for either ARM or Alpine. (On first check, Alpine appeared to work when using the .NET Core image – I have not checked ARM, however.) We briefly describe the issue and how this can be detected here.
The text was updated successfully, but these errors were encountered:
NTaylorMullen
changed the title
Add support for Linux ARM
Add support for Linux ARM and Alpine
Jul 11, 2019
Much like dotnet/vscode-csharp#2771 we will need to do work to properly acquire the "right" bits for ARM scenarios.
We need to adjust the dynamic acquisition logic to get a compatible version of the runtime for either ARM or Alpine. (On first check, Alpine appeared to work when using the .NET Core image – I have not checked ARM, however.) We briefly describe the issue and how this can be detected here.
The text was updated successfully, but these errors were encountered: