mregni / EmbyStat

Multiplatform statistics server for Emby server
MIT License
284 stars 22 forks source link

[Feature Request]: ARM Docker Support #1671

Open neo-neo1 opened 2 years ago

neo-neo1 commented 2 years ago

Feature request

I attempted to install via Docker on an ARM system and realized there are no ARM based docker images. This limits compatibility for all SBCs (Rasp Pi, ODROID, etc..).

Please consider adding ARM Docker images. And if you do, please add ARM64 and ARMV7L (32) support to support all SBCs.

Thanks to all the devs and commiters for this project.

mregni commented 2 years ago

Hi @neo-neo1, sorry for the late reply, but I just started to have time again to look at the feature requests and bug reports.

I already have an ARM64 build normally, but not as a docker container. Can you specify what images I need to base my containers on for your request? The list of possible docker images can be found here => https://hub.docker.com/_/microsoft-dotnet-aspnet

As for ARMV7L, do I need to build it as ARM32? Not sure about the differences.

mregni commented 2 years ago

I added an ARMV7 to the docker containers. Feel free to test it out when possible docker pull uping/embystat:beta-arm

neo-neo1 commented 2 years ago

Thanks, will check it out soon