BUG REPORT INFORMATION
Description
We are working on enabling support for ARM on Windows. As part of that, we have hit an issue when getCPUVariant gets called. getCPUVariant calls into getCPUInfo which expects Linux OS and as such it fails for Windows
Steps to reproduce the issue:
- Build moby for Windows ARM32
- Start dockerd
- Import image/run image
Describe the results you received:
Either step 2 or step 3 fails, because Windows is not expected in ARM specific codepath.
Describe the results you expected:
2 & 3 should work just as on any other platform/architecture.
Output of containerd --version:
>dockerd --version
Docker version 0.0.0-dev, build 982bb1d18-unsupported
BUG REPORT INFORMATION
Description
We are working on enabling support for ARM on Windows. As part of that, we have hit an issue when getCPUVariant gets called. getCPUVariant calls into getCPUInfo which expects Linux OS and as such it fails for Windows
Steps to reproduce the issue:
Describe the results you received:
Either step 2 or step 3 fails, because Windows is not expected in ARM specific codepath.
Describe the results you expected:
2 & 3 should work just as on any other platform/architecture.
Output of
containerd --version: