moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 508 forks source link

enable docker hub builds for Raspberry Pi #583

Closed ma314smith closed 7 years ago

ma314smith commented 7 years ago

This will allow ARM cross-builds on the docker hub. See my fork here: https://hub.docker.com/r/ma314smith/mosca/builds/

If anyone is using the current Dockerfile-rpi to build locally (docker build -t mosca -f Dockerfile-rpi https://github.com/mcollina/mosca.git), then this will break that process. If you'd prefer, I can update the PR with a new dockerfile instead (Dockerfile-rpi-hub?).

mcollina commented 7 years ago

Please create a new file :) I will set it up.

ma314smith commented 7 years ago

Done. Thanks!

mcollina commented 7 years ago

Thanks, building now.