ShiromMakkad / LedFxDocker

A Docker Container for LedFx.
55 stars 19 forks source link

Running on arm64? #4

Closed kuenkin closed 2 years ago

kuenkin commented 2 years ago

Hello, I would like to run this docker in the architecture arm64, is it possible? What would be the steps to manage it? Best regards

ShiromMakkad commented 2 years ago

You can run it on a Pi4 running an arm64 OS, but I haven't been able to compile it with 64 bit because of Cython issues.

kuenkin commented 2 years ago

I got this error when trying to pull on arm64: No matching manifest for linux/arm64/v8 in the manifest list entries

By the way, I was able to run it in Coreelec (which is armv7 image) with a S905w and it works very well getting the sound from a snapcast server.

kuenkin commented 2 years ago

Hello, I was able to build it on arm64 and it runs. The problem now is the snapcast client and the architecture, can not run armhf, so I will try to modify snapcast.sh to use a local deb I have and build it again.

ShiromMakkad commented 2 years ago

Howd you get Cython to build on arm64?

kuenkin commented 2 years ago

Well, I didn't do any special as far as I remember I just compile the whole thing following your instructions in a Debian 11 system

ShiromMakkad commented 2 years ago

Just added arm64 support