matthuisman / docker-kodi-headless

A headless install of kodi in a docker container
GNU General Public License v3.0
141 stars 15 forks source link

Add amrhf dockerfile #2

Closed adelolmo closed 3 years ago

adelolmo commented 3 years ago

This is the Dockerfile originally used by linuxserver for arm: https://github.com/linuxserver/docker-kodi-headless/blob/master/Dockerfile.armhf I modified it to benefit from the changes you make to work with kodi matrix. It's tested by me and I even published the image: https://github.com/users/adelolmo/packages/container/package/docker-kodi-headless

Feel free not to merge it if you don't feel like supporting it. I just thought that many users will end up in your fork the same way I did, and could benefit from the arm support.

Thank you very much for your work!