Multi Platform Images without buildx

Hi All,

Instead of using the experimental buildx feature to build/push multi-platform images (for linux/amd64 & linux/arm64), can we use the docker build on corresponding target architecture machines and push them separately to create a manifest with both linux/arm64 & linux/amd64?

Thanks,
Aanand

It isn’t experimental. On the other hand, what you are looking for, docker manifest is in fact experimental,

You can read about both ways in the Docker blog