Skip to content

Release 1.4.1

Choose a tag to compare

@leodip leodip released this 06 Dec 15:01
· 63 commits to main since this release

Multi-architecture docker images

#45

Docker images now support both linux/amd64 and linux/arm64 architectures. This enables native support for:

  • Intel/AMD x86_64 servers and PCs
  • ARM64 devices (Raspberry Pi 4/5, Orange Pi, AWS Graviton, Apple Silicon Macs)

No more platform mismatch warnings when running on ARM64 devices.

Thanks for reporting @sehogas