milaq / kodi-headless

A headless, dockerized Kodi instance for a shared MySQL database
48 stars 15 forks source link

ARM Support #12

Open tristan-k opened 4 years ago

tristan-k commented 4 years ago

Does this container image provide support for the ARM architecture? If not, how difficult would it be to add it?

alheureux88 commented 4 years ago

+1, looking for a headless kodi on raspberry pi 4

milaq commented 4 years ago

Unfortunately Docker Hub doesn't provide any means to autobuild ARM images.

ARM support would be possible if we decided to migrate the building to our own CI. This may or may not happen. Sorry, no ETA for this.

ychost commented 4 years ago

+1 for raspberry pi 4

vaskozl commented 3 years ago

Can you buildx with the github runners please?

Loving k8s-headless for lsio but would love to update the version.

stvhanna commented 3 years ago

@milaq can we build the docker image manually on local machine for ARM? @vaskozl any success doing it yourself?