-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support for ARM, e.g. Raspberry Pi #27
Comments
Hey, This is definitely something I'm gonna get around to. |
Ok I spoke too soon. GitHub's docker build action does indeed provide an ARM build, but I'm not sure it actually works. Deno does not currently provide ARM64/ARM7 builds, and my upstream image hayd/alpine-deno also doesn't provide anything other than x86_64. This is definitely something I'll keep a close eye on though. |
I got stuck trying to run this on my pi 4 as well. Would love the ability to run this, if you're able to get this to work! |
Blocked by denoland/deno#1846 |
I've just pushed an ARM64 image for 1.7.0. Can you try it out and let me know how it does? I don't think there's a high chance of getting a 32-bit ARM image, so hopefully you're not running a 32-bit ARM Linux. Raspberry Pi OS and Ubuntu have both been available in 64-bit for a while now. Luke |
i'm using raspbian on a pi 4, which i guess is 32 bit :( |
Yep, that's 32-bit ARM. I can try to get a build for 32-bit ARM, but I haven't had any success thus far. |
i guess i could always look into upgrading to a big boy OS.... |
I tried it on a RasPi 4 with an Ubuntu Server 20.04 LTS ARM64 build, and it had the classic exec format error, until I added the sha256-checksum to the docker container name in my docker-compose file (part with moviematch attached). This one works like a charm, although not automatically and probably won't update beyond the current 1.7.0 build (not 100% sure, though).
|
Alright, I pulled the image with |
As far as I am aware this has always been how Docker worked. |
I just used `docker-compose up -d` and it pulled the image automatically the first time, so that’s probably a docker error or an error with my instance. Worked after I pulled it manually.
Many thanks again for making MovieMatch arm-compatible!
… On 13 Jan 2021, at 09:35, Luke Channings ***@***.***> wrote:
As far as I am aware this has always been how Docker worked. docker-compose up --force-recreate might also help.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#27 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF24LAW3XF4TERX32PWXSP3SZVLMNANCNFSM4VWQLQBQ>.
|
Fresh install of Ubuntu on my pi 4 and it's working beautifully. Thanks for spending time on this! |
Is your feature request related to a problem? Please describe.
I use the Plex server on an x86_64 machine, with all the "support services" on a few Raspberry Pi 4s.
Describe the solution you'd like
An ARM build of the Docker image.
The text was updated successfully, but these errors were encountered: