Skip to content

0.2.1 - 2024-11-30

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 22:42
9bc7315

Release Notes

Other

  • add support for i686 and armv7 targets in CI workflows and configuration (#69)

Install rustic_scheduler 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rustic-rs/rustic_scheduler/releases/download/v0.2.1/rustic_scheduler-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/rustic-rs/rustic_scheduler/releases/download/v0.2.1/rustic_scheduler-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install rustic-rs/tap/rustic_scheduler

Download rustic_scheduler 0.2.1

File Platform Checksum
rustic_scheduler-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
rustic_scheduler-x86_64-apple-darwin.tar.xz Intel macOS checksum
rustic_scheduler-x86_64-pc-windows-gnu.zip x64 MinGW checksum
rustic_scheduler-x86_64-pc-windows-gnu.msi x64 MinGW checksum
rustic_scheduler-x86_64-pc-windows-msvc.zip x64 Windows checksum
rustic_scheduler-x86_64-pc-windows-msvc.msi x64 Windows checksum
rustic_scheduler-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
rustic_scheduler-i686-unknown-linux-gnu.tar.xz x86 Linux checksum
rustic_scheduler-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
rustic_scheduler-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo rustic-rs/rustic_scheduler

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>