-
Notifications
You must be signed in to change notification settings - Fork 48
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
arm64 support #14
Comments
Definitely not an impossible task. If you can manage to build an arm64 docker image that works feel free to PR |
The problem is the base image hauxir/libtorrent-python3-ubuntu |
source for the base image: https://github.com/hauxir/libtorrent-ubuntu-python3 |
awesome, was looking for that! I'd love to contribute to this repo, I wonder what is the best way to support arm64? I don't know much about docker. Would the best way to go for it is to use If we just make that base image have multiple archs I guess it's just something you can do afaik |
I have no idea tbh, if you figure it out feel free to make a PR. I guess a good start is to just build a separate image that supports ARM? |
Yup, I think I got it, kind of just mixed both docker files, waiting for it to finish building (on the rpi so takes ages 😅 ). Also of topic, but any chance we could stream while downloading? |
There's a WIP branch for that on #15 |
fyi I gave up on this for this week at least, also because I wanted something that supports instant playback ala popcorntime, and currently looking at this first https://github.com/diericx/bevy |
I attempted to build this on my pi3 ARMv7 but unfortunately it crashes when I compile libtorrent. |
try using this as a base image:
|
Thanks for the reply, could you make an armhf/v7 version only pi4 is arm64. |
I unfortunately don't have a pi3 to build on. What is the issue you run into when you build the libtorrent-python3-ubuntu image there? |
Not true. You can install an arm64 image on the Pi3. Such images were simply not available until the last year or two, but are supported by the architecture. |
Possible to?
The text was updated successfully, but these errors were encountered: