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

feat: Extend release targets and add install.bash script #288

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nieomylnieja
Copy link
Contributor

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.

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

Successfully merging this pull request may close these issues.

2 participants