The CLI artifact needs to be distributed as binary for all operating systems. We need:
- A GitHub Actions workflow that triggers the native image build for the different OSes
- A jReleaser setup to package the binaries up for the different package managers (Homebrew etc.)
Ideally, we tie this workflow to a release branch (release/release) so that pushes to it trigger the distribution.
The CLI artifact needs to be distributed as binary for all operating systems. We need:
Ideally, we tie this workflow to a release branch (
release/release) so that pushes to it trigger the distribution.