buildx
docker版本19.03之后添加 buildx , 可构建多架构镜像
构建
build时添加参数: buildx
--platform=linux/amd64
docker buildx build --platform=linux/amd64 -t [image-name] .
查看镜像版本
docker inspect [image-name] | grep Arch
标签:x86,平台,buildx,镜像,docker,打包
From: https://www.cnblogs.com/stearsc/p/16792282.html