I'm trying to get builkitd to listen to ssh:// connections in much the same way that docker allows setting DOCKER_HOST client side.
I'm not setting --addr for builkitd and passing the buildkitd socket to buildctl works.
Should I be doing something with BUILDKIT_HOST?
If this ssh:// thing is specific to docker, where should I look at to implement it for builkitd?
Thanks