--platform linux/amd64 跨平台构建需要设置(比如在mac amd构建x86)
uildx build --platform linux/amd64(出现也无法构建x86_64镜像,可以考虑使用)
--no-cache 打包的时候不使用缓存
--no-cache