ThomDietrich / miflora-mqtt-daemon

Linux service to collect and transfer Xiaomi Mi Flora plant sensor data via MQTT to your smart home system, with cluster support 🌱🌼πŸ₯€πŸ‘🌳
MIT License
610 stars 140 forks source link

Docker images for arm32v6, arm32v7 and arm64v8 #58

Closed RaymondMouthaan closed 6 years ago

RaymondMouthaan commented 6 years ago

Hello Thom,

I took the opportunity to create docker images for the architectures arm32v6, arm32v7 and arm64v8, so that users of RPI 1, 2, 3 and Zero can run miflora-mqtt-daemon within a docker container without building the image by there self. The readme is update accordingly.

The build process is automated by Travis, which gets triggered by a github commit. When such commit is is done, then Travis checks if it is a release, if yes then the images are build and tested and pushed to Docker Hub, if not the images are build and tested but not pushed to Docker Hub.

I've not found the time to run the images yet, but I will do that asap.

Hope you appreciate the work.

Best regards, Raymond

RaymondMouthaan commented 6 years ago

After some testing the PR is not yet ready to merge. Some more testing required