telegram-download-daemon icon indicating copy to clipboard operation
telegram-download-daemon copied to clipboard

Docker arm compatible

Open phampyk opened this issue 3 years ago • 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

phampyk avatar Apr 04 '21 20:04 phampyk

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

kot7k avatar Apr 11 '21 10:04 kot7k

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

baruchiro avatar Apr 27 '21 18:04 baruchiro

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.

alfem avatar Apr 29 '21 06:04 alfem

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/

elchanly avatar May 02 '22 08:05 elchanly

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

alfem avatar May 10 '22 14:05 alfem

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

CarlesLlobet avatar May 10 '22 14:05 CarlesLlobet