Skip to content
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

Question about ARM/Rpi support #276

Open
dgbrewer1989 opened this issue May 1, 2023 · 4 comments
Open

Question about ARM/Rpi support #276

dgbrewer1989 opened this issue May 1, 2023 · 4 comments

Comments

@dgbrewer1989
Copy link

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
Copy link

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
Copy link
Author

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
Copy link

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
Copy link

Sudneo commented Sep 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants