Docker on Windows supports arm, but various LCOW-related *_windows.go files in containerd hard code "amd64" instead of using runtime.GOARCH (or better, using DefaultSpec() and replacing the OS with "linux").
Related to this, it looks like devmapper also hardcodes "amd64" as the architecture.
@jterry75
Docker on Windows supports arm, but various LCOW-related *_windows.go files in containerd hard code "amd64" instead of using runtime.GOARCH (or better, using DefaultSpec() and replacing the OS with "linux").
Related to this, it looks like devmapper also hardcodes "amd64" as the architecture.
@jterry75