buildx 构建双架构的image

1
docker buildx build --platform linux/amd64,linux/arm64 -t <name> --push .