我能够在amd64架构上成功地为我的模块构建和部署映像。但是,对于yaml文件中使用arm64 : arm64v8的体系结构,构建失败。它在警告中失败
---> [Warning] The requested image's platform (linux/arm64) does not match the detected hostplatform (linux/amd64) and no spe
我知道Python可以用于Mac和Linux,因为我在Mac和它的ARM上安装了Python,我在Ubuntu和它的ARM上通过apt安装了Python。但是,我在ARM上找不到Python for Windows的任何下载链接。Python上的amd64下载链接包含x86,而不是ARM,只包含32位和64位x86的链接。<em
我在amd64架构上使用过docker镜像Rotating TOR,没有任何问题。现在,我尝试在Raspberry OS (ARM32位)上运行相同的映像,但没有成功。5566 -p 4444:4444 --env tors=25 mattes/rotating-proxy
WARNING: The requested image's platform (linux/amd64) does not match the detected host platfo