Binary release automation?
Opened this issue · 3 comments
Ofc it still remains to be seen if we can get something together for more stability, I am hopeful!
But when / if we have that up and running, it'd be great to have binary releases / package releases. It'd be great to just be able to curl
/wget
something down in a script or on the terminal and get scuttlin'.
Some of that is already up and running over in https://github.com/ssbc/go-ssb-room, so there is a base to work from. It's all https://goreleaser.com magic in the end afaiu.
Totally agree! I think that will have the added outcome of prompting more usage and experimentation with go-ssb.
It's all packaged up here: https://github.com/goreleaser/goreleaser-action
#209 is merged 👍
Leaving this open to investigate automating this with GH actions...