DennisOSRM / hms-mqtt-publisher

HMS-XXXXW-2T MQTT publisher and Home Assistant addon
BSD 2-Clause "Simplified" License
120 stars 16 forks source link

Release binaries with GitHub Actions #122

Open bellackn opened 7 months ago

bellackn commented 7 months ago

it would be great if release binaries were published after a tag/release was created. preferably for multiple architectures. that would make it easier to simply run hms-mqtt-publish on a raspberry pi for example, without having to cross-compile on your own or installing the whole rust toolchain on the pi.

if that's something that you're generally interested in, i'd start working on it.

DennisOSRM commented 7 months ago

That's a neat idea. I guess publishing Debian packages could make sense.

bellackn commented 7 months ago

that's a big step already. just publishing compiled binaries, alongside the source code that's already published on releases in this repo, would be a good first step i think. i suppose publishing debian packages is much more involved.