Replies: 1 comment
-
Facing the same issue. It seems that Only solution so far that I've found is to also run a second buildkit locally on unix socket and use the remote driver with that, but I'd prefer if I could just use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to setup my raspberry so that ARM64 platform images are built on it automatically.
moby/buildkit
container on my pi, that I exposed on a tcp port.docker buildx create
The local node of the builder uses the docker instance on my local dev machine. So there is the driver mismatch.
Can I set this up somehow, or what are my options?
Beta Was this translation helpful? Give feedback.
All reactions