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
Docker can build multiple platforms with one command. In times with Apple having arm and amd architecture a multi build would be great.
docker buildx build --platform linux/amd64,linux/arm64 .