Skip to content

Release v2.8.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 18:28
· 18 commits to main since this release

Installation

Docker (recommended)

docker pull ghcr.io/egeominotti/bunqueue:latest
docker run -p 6789:6789 -p 6790:6790 ghcr.io/egeominotti/bunqueue:latest

Binary

Platform Architecture Download
Linux x64 bunqueue-linux-x64
Linux arm64 bunqueue-linux-arm64
macOS x64 (Intel) bunqueue-darwin-x64
macOS arm64 (Apple Silicon) bunqueue-darwin-arm64
Windows x64 bunqueue-windows-x64.exe
# Example: Linux x64
chmod +x bunqueue-linux-x64
./bunqueue-linux-x64

Full Changelog: v2.8.0...v2.8.2