Docker support for ARM processors? #88
Replies: 6 comments 2 replies
-
If I am able to do it on my machine without actually having an ARM chip, then sure I can provide ARM images. |
Beta Was this translation helpful? Give feedback.
-
Anyway I can help with that? I compiled on a raspberry pi. If I share my binary would that help? I just don't know how to dockerize it. |
Beta Was this translation helpful? Give feedback.
-
My best guess would be using an arm64 image of Ubuntu or some lightweight OS and run the same compile process for any Docker image (which I'm assuming is compiling the binary, and then building the image) |
Beta Was this translation helpful? Give feedback.
-
I looked into it and from what I've found the best for me to release arm64 images (since I don't have an ARM based computer) is to use the |
Beta Was this translation helpful? Give feedback.
-
+1 for arm64 please |
Beta Was this translation helpful? Give feedback.
-
I also want to run it on a raspberry pi which is running a linux armv7 can you pls provide an image compiled under this environment, thanks. |
Beta Was this translation helpful? Give feedback.
-
I have had problems running docker instance on my raspberry pi 4. As it turns out the image is not for ARM architecture, which a rpi uses.
After going through some pain I was able to install from source and compile a binary for my rpi
So the good news is that taskcafe does work on ARM.
The feature request is to have a docker image available for ARM architecture, as it'll help in easy deployment on rpi.
Beta Was this translation helpful? Give feedback.
All reactions