This repository provides ARM64 Docker images for Postal, an open-source mail delivery platform.
The original Postal project has shown little interest in providing official ARM64 support despite community requests. This repository was created to fill that gap by automatically building ARM64 images from the upstream releases.
Important: These images are provided as-is, without any warranty or guarantee. This is a community effort driven by the need for ARM64 compatibility.
All images are publicly available at:
ghcr.io/esteveli/postal-arm64/postal:[tag]
latest- Latest stable release- Specific version tags (e.g.,
v2.1.0) - Corresponding to upstream Postal releases
docker run -d \
--name postal \
-p 5000:5000 \
ghcr.io/esteveli/postal-arm64/postal:latestversion: '3.8'
services:
postal:
image: ghcr.io/esteveli/postal-arm64/postal:latest
ports:
- "5000:5000"
# Add your Postal configuration hereThis repository uses GitHub Actions to:
- Monitor the upstream postalserver/postal repository for new releases
- Automatically build ARM64 images when new tags are detected
- Publish them to GitHub Container Registry
- Manual builds can be triggered for specific tags if needed
The build process runs every 6 hours to check for new releases.
- ✅ ARM64 (linux/arm64)
- ❌ AMD64 (use official images from upstream)
- No Warranty: These images are provided without any warranty or guarantee
- Community Effort: This is not affiliated with the official Postal project
- Use at Your Own Risk: Always test thoroughly before using in production
- No Support: While we try to keep images updated, we cannot provide technical support
Feel free to open issues or submit pull requests if you encounter problems with the ARM64 builds.
This repository follows the same license as the upstream Postal project. The Docker images contain the original Postal software and are subject to its licensing terms.