v0.5.0
🎉 linux/arm64 support
Siphon now ships for arm64 alongside amd64:
- Prebuilt
linux/arm64binaries attached to this release (next toamd64),
with a combinedchecksums.txt. - Multi-arch Docker image —
docker.io/cinpol/siphon:0.5.0and:latest
now serve bothamd64andarm64under one tag; Docker pulls the right one
automatically. - Runs natively on Apple Silicon Macs through the container image (no
emulation) — the simplest way to point Siphon at a real cluster from macOS.
Install
Binary (set ARCH to amd64 or arm64):
VERSION=v0.5.0
ARCH=arm64
curl -LO "https://github.com/cinpol/siphon/releases/download/$VERSION/siphon_${VERSION#v}_linux_${ARCH}.tar.gz"Container:
docker run --rm -it -v /etc/ceph:/etc/ceph:ro docker.io/cinpol/siphonFull changelog: v0.4.0...v0.5.0