采用docker的buildx实现arm64镜像制作:使用类似如下的命令实现arm64镜像制作:docker buildx build -t openjdk8-tomcat8 —platform=linux/arm64 -o type=docker .