jamespfennell / transiter

Web service for transit data
https://demo.transiter.dev
MIT License
53 stars 6 forks source link

Distribute prebuilt Go binaries #136

Open jamespfennell opened 2 months ago

jamespfennell commented 2 months ago

Currently we require Transiter users to either use Docker or build the Transiter binary themselves. It would be great to offer prebuilt binaries. Probably there's a GitHub releases integration for this.

jamespfennell commented 2 months ago

Goreleaser looks pretty good for this: https://goreleaser.com/ci/actions/#token-permissions

jamespfennell commented 2 months ago

Version 1 of this is working! Two followups: