Skip to content

ZamSync v1.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 12:57
· 112 commits to main since this release

ZamSync v1.0.2

Offline-first synchronization engine for intermittent-connectivity deployments.

Install

# Linux x86_64
curl -fsSL -o zamsync https://github.com/Etoile-Bleu/ZamSync/releases/download/v1.0.2/zamsync-linux-x86_64
chmod +x zamsync && sudo mv zamsync /usr/local/bin/

# Linux ARM64 (Raspberry Pi 4, AWS Graviton)
curl -fsSL -o zamsync https://github.com/Etoile-Bleu/ZamSync/releases/download/v1.0.2/zamsync-linux-aarch64
chmod +x zamsync && sudo mv zamsync /usr/local/bin/

# Linux ARMv7 (Raspberry Pi 2 / 3)
curl -fsSL -o zamsync https://github.com/Etoile-Bleu/ZamSync/releases/download/v1.0.2/zamsync-linux-armv7
chmod +x zamsync && sudo mv zamsync /usr/local/bin/

# Windows (PowerShell)
Invoke-WebRequest -Uri "https://github.com/Etoile-Bleu/ZamSync/releases/download/v1.0.2/zamsync-windows-x86_64.exe" -OutFile zamsync.exe

Docker

docker pull ghcr.io/$(echo 'Etoile-Bleu/ZamSync' | tr '[:upper:]' '[:lower:]'):v1.0.2
# or latest
docker pull ghcr.io/$(echo 'Etoile-Bleu/ZamSync' | tr '[:upper:]' '[:lower:]'):latest

Verify checksums

sha256sum -c SHA256SUMS.txt

What's Changed

  • fix: release workflow -- actions:write permission, v-prefix, re-run protection by @Etoile-Bleu in #26
  • fix: lowercase repo name for GHCR image tags by @Etoile-Bleu in #27
  • fix: musl static binaries + smoke-test on every release by @Etoile-Bleu in #28

Full Changelog: v1.0.1...v1.0.2