akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.55k stars 87 forks source link

Question about ARM/Rpi support #276

Open dgbrewer1989 opened 1 year ago

dgbrewer1989 commented 1 year ago

I've attempted to install podgrab a few times today (linux manual install) on my raspberry pi 4 model b and noticed it was failing to build because it couldn't find the standard library. It appears you can toggle CGO_ENABLED and it'll build but it always fails to run.

Is this project supported on ARM devices?

Thank you!

republicandaddy commented 11 months ago

Did you ever find an answer to this? I have a K3s Cluster I'd like to use for this. It's a mixed cluster of X86 and Pi's but would prefer to set this one to run on Pi's only.

dgbrewer1989 commented 11 months ago

Did you ever find an answer to this? I have a K3s Cluster I'd like to use for this. It's a mixed cluster of X86 and Pi's but would prefer to set this one to run on Pi's only.

Nope, never found a solution sadly. I dropped the whole idea of a local podcast grabber for a while but coming back to it I'll probably just checkout https://github.com/SamTV12345/PodFetch since the author of that repo has popped into these issues off and on lately.

Good luck!

republicandaddy commented 11 months ago

Thanks for the input. I ended up going with AudioBookshelf. It works well. The only thing I miss from my prior one is the auto play list for new episodes.

Sudneo commented 9 months ago

Not sure if it helps, but I run this on my RPi k0s cluster without issue.

docker pull akhilrex/podgrab --platform linux/arm64

Worked fine for me (I have pushed back the image in my registry). You can choose platform on Docker hub.

Looking at the Github action I also don't see anything particular done to build it.