filebot / filebot-docker

Docker build files for FileBot
https://hub.docker.com/r/rednoah/filebot/
Apache License 2.0
55 stars 18 forks source link

armhf support for docker images #16

Closed blair-morrison closed 2 years ago

blair-morrison commented 2 years ago

The current images are targeting/tagged for arm64 and amd64 systems. It would be great if armhf could also be supported, so older single board computers could be used with the same docker images. Considering that this architecture is supported in the universal installer it should not be much of a lift hopefully.

Also wanted to add its great to see the variants of these containers so well supported. I had been using a different image as I was not aware these existed. I would prefer to use an image straight from the main developer! Thanks again for the great software.

rednoah commented 2 years ago

Sorry, armhf support is not planned. I would recommend the portable package (i.e. not docker) for either old devices or low-end devices.

AFAIK, jlesage/filebot is amd64 only (most docker images are amd64 only) and arm64 certainly has a future, but armhf would dead on arrival.

If you have a powerful armhf device, then you could just copy the Dockerfile and build for your local architecture yourself: https://github.com/filebot/filebot-docker/blob/master/makefile

blair-morrison commented 2 years ago

Thanks for feedback, I will consider both those options. Cheers