youtube-dl-server
youtube-dl-server copied to clipboard
This is for armhf
this is for armhf.
Is there a reason to not use the official arm python image? Also could you create a separate file for it, something like Dockerfile.arm32v6, rather than overriding the base one?
Hi, I did't know the official arm python image. Then, I Tried to create image for my ARMv7 Processor first. I have created Dockerfile.arm32v7 file. Please, check it.
Hi,
I just see "Image Variants" of https://hub.docker.com/r/arm32v7/python/ on bottom side,
"arm32v7/python:
Then, I recreate it just before. I will pull request it later.
Looking into this more, it seems like the correct way to handle this now is via docker manifest lists. Going to look into this more to see the best way to do automated builds for different architectures.
Superseded by https://github.com/manbearwiz/youtube-dl-server/pull/166