GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

Use dotnet/runtime:6.0 for linux/arm64 building #62

Closed briandealwis closed 3 years ago

briandealwis commented 3 years ago

Fixes #61

This PR updates the netcore debug image to use the dotnet/runtime:6.0 image. Although 6.0 is still under development, we only use it to grab VSDBG, and the same version of VSDBG is downloaded.

briandealwis commented 3 years ago

Fixed by #64