jackc / tern

The SQL Fan's Migrator
MIT License
850 stars 66 forks source link

Pre-built binaries #70

Closed kamikazechaser closed 1 year ago

kamikazechaser commented 1 year ago

Right now tern is installable via the go toolkit (go install). It would be good to have trusted pre-built binaries for a few platforms e.g. amd64, arm64 hosted on this repo via Github. This will allow people to fetch the binaries into their workflows or deployment/release cycle e.g. Docker images or Kubernetes init container.

I can send in a PR for this. Starting with amd64 with the following build options:

Let me know if this is within the scope of this repo.

Related: #56

jackc commented 1 year ago

That seems reasonable.