docker
docker copied to clipboard
Build images for several architectures
What / Why
Uses .zip instead of .tar.gz files
This allows using the official .zip and its related checksums (SHA512)
Also:
- Adds optional manual build trigger from the GitHub Workflows page
- Build for both
linux/amd64andlinux/arm64in parallel - Publish the image to GitHub Container Registry (ghcr.io) instead of docker (tags only tested in my account)
Implements arm64 arch as requested in #14