Install buildx on mac

https://github.com/abiosoft/colima/discussions/273

brew install docker-buildx
# Follow the caveats mentioned in the install instructions:
mkdir -p ~/.docker/cli-plugins
ln -sfn $(which docker-buildx) ~/.docker/cli-plugins/docker-buildx
docker buildx install # To keep using the `docker build` install but with buildkit: https://docs.docker.com/engine/reference/commandline/buildx_install/