ARM version of remote-docker

Hello, we use custom docker images to build our docker images, utilizing remote-docker. We recently started looking into creating multiplatform images to support arm64 and it looks like remote-docker is currently only running on x86_64 Xeon machines?

Are there any plans to add an ARM version of remote-docker we could use? Or alternatively at least add support for ARM emulation on the remote docker machine via QEMU?

Note: I fixed my original issue by running installing qemu support before building in remote-docker via:

ssh remote-docker "sudo apt-get update; sudo apt-get install -y qemu-user-static binfmt-support"

It would still be nice to get a native arm remote-docker instance however, just for the build performance alone.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.