GoogleContainerTools / container-debug-support

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

Helper images must support linux/arm64 for Apple M1 #60

Closed briandealwis closed 3 years ago

briandealwis commented 3 years ago

Docker on macOS for ARM builds images for the native architecture (linux/arm64), and skaffold debug will seem to break.

j-windsor commented 3 years ago

@briandealwis I believe this if fixed, right?

briandealwis commented 3 years ago

Thanks for the prod @j-windsor — this was fixed by https://github.com/GoogleContainerTools/container-debug-support/pull/64