• v0.18.0 01b2d25fd8

    v0.18.0
    All checks were successful
    Release / test (push) Successful in 35s
    Release / e2e (push) Successful in 4m42s
    Release / build (push) Successful in 1m45s
    Stable

    patillacode released this 2026-05-03 14:25:13 +02:00 | 8 commits to main since this release

    v0.18.0

    arm64 support & GHCR publishing

    What's new

    • Raspberry Pi support: Docker images are now built for both linux/amd64 (standard servers and desktops) and linux/arm64 (Raspberry Pi 4/5, Apple Silicon).

    • Images on GitHub Container Registry: images are now published to GHCR (ghcr.io/patillacode/piruetas) in addition to the Forgejo registry.
      GHCR requires no authentication to pull and is the recommended source for new deployments.

    Upgrading

    Existing users on Forgejo registry: docker compose pull && docker compose up -d (no changes needed)

    New users or those switching to GHCR, update your compose.yml:

    image: ghcr.io/patillacode/piruetas:latest
    
    Downloads