Docker container for ARM hosts - Raspberry Pi
Closed this issue · 5 comments
yebo29 commented
Is there a container for ARM 32/64 bit machines such as the Raspberry Pi, or should I attempt to build one? How do I tag it?
yebo29 commented
Seems like we'd just need to use the https://hub.docker.com/r/arm64v8/node/ tag/container in the Dockerfile and build off of that.
remvze commented
Hello! Would ARM64 be sufficient? I'm facing difficulties building an image for ARM32. I could either downgrade the Node version, which might introduce unforeseen issues, or I could opt to drop support for ARM32.
remvze commented
I've just added support for ARM64 architecture. Since it's using Buildx to create a multi-arch image, the tag remains the same as before (i.e., 'latest').
yebo29 commented
Thank you! ARM64 is perfect. I'll try it later today.
yebo29 commented
It worked just fine. Thank you once again!