dotnet core 的 base image 是 multi-arch 的,我本地开发环境是 linux,能顺利构建出 linux 下的镜像,但是我现在想同时也 build 一个 windows 平台的镜像出来,这样我就可以在我的 windows 环境运行容器了。官方文档关于这个问题提了一嘴,https://docs.microsoft.com/en-us/dotnet/architecture/microservices/docker-application-development-process/docker-app-development-workflow 似乎我要一个 windows 的开发环境,build 出 windows 的镜像,推送上去,然后才能在我的 windows 服务器跑?