stefanwichmann / kelvin

Kelvin - The hue bot
MIT License
351 stars 37 forks source link

Modified .travis.yml to build for multiple architectures. #78

Closed TheWildUnicorn closed 2 years ago

TheWildUnicorn commented 4 years ago

I'd love to be able to run Kelvin inside a Docker container on my Pi.

Currently, in Travis, Docker is only building an image for the AMD64 architecture. This PR uses Docker's experimental command line options (more info here) to build the image for ARM as well.

I'm pretty sure this will work, but please let me know if you have any issues or concerns, and I'll try to get them resolved. Thanks!

stefanwichmann commented 2 years ago

I had to retire Travis CI and switched to GitHub Actions. Trying to archive the same multi architecture images there...