crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 275 forks source link

Add the ability to run crossbar docker images on x86 (not recommended) #1869

Closed fijal closed 3 years ago

fijal commented 3 years ago

A few notes:

oberstet commented 3 years ago

32bit arm is untested, maybe we remove the arm target completely?

yes, we could remove that altogether (not needed)

I can't build the aarch64 images on x86 due to rust issues.

not sure I understand .. yes, I am aware that a recent rust is needed. I use upstream (not distro pkg), and that works for me:

https://github.com/crossbario/crossbarfx/blob/d8f969f003a2fbabd400d4ac9774c778c393149f/docker/Dockerfile.cpy-slim#L67

binaries are installed in /opt/pypy/bin and not /usr/local/bin for crossbar wheel,

not a problem - as long as /opt/pypy/bin is on the PATH then

qemu is now copied from docker and not from system

ok, also good .. if it works