You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current error when trying to build an image for multiple platforms with the Docker driver (BuildKit inside Engine without the containerd snapshotter enabled) is:
ERROR: Multiple platforms feature is currently not supported for docker driver. Please switch to a different driver (eg. "docker buildx create --use")
We could improve this by pointing users to our multiplatform build documentation.