Skip to content

v1.3.0-preview.4437197 (Preview)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jan 20:14
· 9 commits to main since this release

Preview Release

This is an automated preview release from the main branch.

Commit: 4437197

Installation

Install script (Linux/macOS):

curl -fsSL https://safia.rocks/burrow/install.sh | sh -s -- v1.3.0-preview.4437197

npm:

npm install burrow@preview

Binary (Linux/macOS):

curl -fsSL https://github.com/captainsafia/burrow/releases/download/v1.3.0-preview.4437197/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/

Download

Platform Binary
Linux x64 burrow-linux-x64
Linux ARM64 burrow-linux-arm64
macOS x64 burrow-darwin-x64
macOS ARM64 burrow-darwin-arm64
Windows x64 burrow-windows-x64.exe