Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-built binaries #70

Closed
kamikazechaser opened this issue Oct 11, 2022 · 1 comment
Closed

Pre-built binaries #70

kamikazechaser opened this issue Oct 11, 2022 · 1 comment

Comments

@kamikazechaser
Copy link
Contributor

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:

  • flags: -s -w
  • env: CGO_ENABLED=0

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

Related: #56

@jackc
Copy link
Owner

jackc commented Oct 14, 2022

That seems reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants