lefty420
Thanks for the feedback 
lollo78
I haven't, it's always been broken afaik.
--
Build 20160804:
In an effort to get spotify-web-connect to work on Generic, I've added a statically built QEMU to do ARM emulation. Using the kernel support for running binaries from other platforms we can run ARM containers like we would any other container.
Unfortunately, it appears that QEMU doesn't support the ioctl's necessary to do audio, so we can't run spotify-web-connect. The upside is that running ARM containers on x86_64 could be useful for whatever reason. Run like this:
# docker run -it --rm -v /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static armelbuild/debian:jessie bash
The only thing you need is to mount /usr/bin/qemu-arm-static like in the above example, so that it can be used by the container.