feat: Extend release targets and add install.bash script #288
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Currently we're only building binaries for amd64 architecture, it would be good to support arm64 as well.
In addition, many tools often provide an install script which automates the process of installing/upgrading these tools.
Testing
Run install script on the
Release Notes
Sloctl pre-built binaries are now also built for arm64 architecture.
In addition there's now a now method of installing sloctl, via an install script:
TODO
Breaking Changes
Sloctl released binaries are no longer of a form sloctl-${OS}-${VERSION} (e.g.
sloctl-linux-0.10.1
), instead they now follow this pattern: _sloctl-${VERSION}-${OS}-${ARCH} (e.g.sloctl-0.11.0-linux-adm64
).In addition, the checksum for each release is changing it's name from _sloctl-${VERSION}-SHA256SUMS to sloctl-${VERSION}.sha256.