Go
Using Goreleaser with ForgeJo
·322 words·2 mins
Goreleaser
ForgeJo
Go
For my resound app I wanted a really nice release process (it is after all part of my job!). Resound is a cli go app built with Cobra and Viper, it takes the last RSS item and posts it to Mastodon, pretty simple. You can checkout the latest version here. I’m using goreleaser to build multiple architectures and then push them to my ForgeJo instance here’s how I did it because there are a lot of moving parts you have to put together in order to get it working.