cpu / woodwatch

Small daemon to trigger webhooks based on receiving ICMP echo request keepalives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary releases

cpu opened this issue · comments

Implement binary Linux releases so its dead simple to install anywhere required.

Use goreleaser? Automate in pipeline?

Done-ish. Needs integrating in CI (see #4) and testing end-to-end. Works fine locally for snapshot releases:

goreleaser --snapshot --skip-publish --rm-dist

Done and integrated with CI.