Multi-Platform Docker Image Build (linux/amd64 + linux/arm64)
The official Docker image is now published as a multi-platform manifest supporting both linux/amd64 and linux/arm64. Pulls on ARM64 hosts (e.g., Apple Silicon, AWS Graviton, Raspberry Pi) will automatically receive a native binary without any extra flags.
✨ Features
- ARM64 Docker image support. The
ghcr.io/oocx/tfplan2mdimage now includes a nativelinux/arm64layer alongside the existinglinux/amd64layer. Docker automatically selects the right layer based on the host architecture.
🔗 Commits
cc4de0cffeat: enable multi-platform Docker image build (linux/amd64, linux/arm64)