Hi all, quick question. Is it possible to build/ru...
# rancher-desktop
a
Hi all, quick question. Is it possible to build/run ARM containers with Rancher Desktop on x86 Windows machines?
f
I would think so, but haven't actually tried it. You would need to install the binfmt_misc handler first:
Copy code
docker run --privileged --rm tonistiigi/binfmt --intall arm64
and then specify the target arch on your buildx command.
a
thanks Jan, will give it a try
it works, thank you!