remvze/moodist

Docker container for ARM hosts - Raspberry Pi

Closed this issue · 5 comments

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?

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.

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.

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').

Thank you! ARM64 is perfect. I'll try it later today.

It worked just fine. Thank you once again!