pascalopitz / unoffical-sonos-controller-for-linux

An Electron based linux app for controlling your sonos system.
http://pascalopitz.github.io/unoffical-sonos-controller-for-linux/
MIT License
545 stars 49 forks source link

Arm64 Release #155

Open claywd opened 2 years ago

claywd commented 2 years ago

Any chance you have an arm64 release in the pipes?

pascalopitz commented 2 years ago

I can add the target arch to the electron builder config, but I am not sure it'll work if I build it via github actions ...

pascalopitz commented 2 years ago

Ok, I have added arm64 build targets. Can you give me feedback as to whether they actually work? https://github.com/pascalopitz/unoffical-sonos-controller-for-linux/releases/tag/v0.2.8

claywd-x commented 2 years ago

It threw an error related to some shared libs.

./sonos-controller-unofficial-0.2.8-arm64.AppImage: error while loading shared libraries: libz.so: cannot open shared object file: No such file or directory

claywd commented 2 years ago

Update. after apt-get install libgconf-2-4 I was able to launch the AppImage. So now in all transparency I want this because I'm switching from ios to linux and I got this running on the librem5. If you zoom out to like 50% its totally rocking and working. I'll report back some bugs I find in separate issues if your interested in them.

can close if we want to.