alfem/telegram-download-daemon

Docker arm compatible

Closed this issue · 6 comments

I don't really know where can I ask for this, but I was using Docker on an old laptop with ubuntu and it was working perfect, but I decided to move all my containers to a Raspberry pi and I'm having issues as it's arm and the container is only for x86/x64.
Is there any chance to be able to have an arm version of the docker container?
Thank you

kot7k commented

You could use the non docker install method while he tries to make an arm container.

What are your problems? Do you have logs or somthing?

alfem commented

I tried to build a multiarch image, with a modified copy of your workflow, @baruchiro, with relative success.

I have got this error "lsb_release command does not work on ARM images", and cryptg module does not compile.

https://github.com/alfem/telegram-download-daemon/runs/2440204597?check_suite_focus=true

It would be great if you can shed light on this issue.

Meanwhile here is the old arm compatible container (idk if @alfem knew theres a copy out there, but it saved my life)
https://hub.docker.com/r/techblog/telegram-download-daemon/

alfem commented

Well, thanks to the latests contributions of @CarlesLlobet and @ksobrenat32 we all have got new lighter (<50Mb) docker images for ARM architecture.

Feedback is welcome:

https://hub.docker.com/r/alfem/telegram-download-daemon/tags

Tested and working perfectly from the Docker Hub image in a Raspberry Pi 4 model B 🎉
image