因为Msys2很烂 如上所述,我需要将其默认服务器镜像更改为指向Arch Linux Mingw-W64Aur镜像,并将其设置为默认镜像。因此,当我发出一些pacman -S mingw-w64-*时,它将从Arch Linux Repository而不是Msys2下载包。 我只需要将Msys2用作外壳。Arch Linux很聪明,它选择使用SJLJ作为Minwg-32/64构建的异常模型。
我有一台m1 mac,我正试图在基于arm64的主机平台上运行基于amd64的docker镜像。但是,当我尝试这样做(使用docker run)时,我得到以下错误:
WARNING: The requested image's platform (linux/amd64) does not matchthe detected host platform (linux/arm64/v8) and no specific platform was requested.当我尝试添加标记--platform
在Linux系统上缓存Windows容器镜像的最佳方式是什么?设置注册表镜像不会起作用,因为从Linux中拉取Windows镜像会给我带来一个
no matching manifest for linux/amd64 in the manifest list entries一种选择是在虚拟机内的Windows中设置注册表镜像,但我希望有更好的解决方案。