Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.08 KB

releasing.md

File metadata and controls

36 lines (18 loc) · 1.08 KB

Releasing

rituals.dev uses goreleaser to create build artifacts.

You can release to GitHub using ./bin/build/release.sh, or test the release by running ./bin/build/release-test.sh.

Your releases are available at https://github.com/kyleu/rituals/releases

Checksums

All release binaries are checksummed, available in checksums.txt in the root of the release

Docker Images

Multiple Docker images will be created. The main image is ghcr.io/kyleu/rituals/x.x.x, and a debug image is provided at ghcr.io/kyleu/rituals/x.x.x-debug that includes delve for debugging

Homebrew

Packages for macOS and Linux will be pushed to Homebrew at kyleu/homebrew-kyleu

NFPMS

The build will produce apk, deb, and rpm packages for each supported Linux architecture

Snapcraft

The build will produce snap packages for each supported Linux architecture

Source Code

The source code will be bundled in the release, available as rituals_x.x.x_source.zip

Universal Binaries

A universal macOS app will be created, containing the complete app for x86-64 and ARM