Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 476 Bytes

File metadata and controls

23 lines (15 loc) · 476 Bytes

Releases

Download prebuilt binaries

Use the Quickstart snippet in README.md (downloads from releases/latest).

Cut a release (maintainers)

Releases are created by pushing a v* git tag. GitHub Actions builds binaries via Nix and uploads tarballs + sha256 sums.

Linux releases are built as statically linked musl binaries.

git tag v0.1.0
git push origin v0.1.0

(Optional) watch the workflow:

gh run list --workflow release --limit 5