github vavallee/bindery v0.5.1

latest releases: v1.15.3, v1.15.2, v1.15.1...
one month ago

Packaging & cross-platform

Fixed

  • Multi-arch Docker image. ghcr.io/vavallee/bindery is now published as a multi-arch manifest covering linux/amd64 and linux/arm64. Previously only amd64 was built, so docker compose pull on Apple Silicon (and Raspberry Pi 4 / 5 running 64-bit Docker) failed with no matching manifest for linux/arm64/v8 in the manifest list entries. The Dockerfile now cross-compiles Go natively via buildx TARGETOS / TARGETARCH build args, so the arm64 variant builds on the amd64 runner without QEMU emulation overhead. Fixes #4.

Added

  • Pre-built release binaries attached to every GitHub Release via GoReleaser. Targets: linux (amd64/arm64/armv7/armv6), macOS (amd64/arm64), windows (amd64/arm64). A bindery_vX.Y.Z_checksums.txt file is published alongside the archives for integrity verification. Raspberry Pi 4 / 5 use the linux_arm64 archive; Pi 2 / 3 running 32-bit use linux_armv7; Pi Zero / Pi 1 use linux_armv6.

Don't miss a new bindery release

NewReleases is sending notifications on new releases.