docker icon indicating copy to clipboard operation
docker copied to clipboard

Build images for several architectures

Open boriel opened this issue 3 months ago • 1 comments

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/amd64 and linux/arm64 in parallel
  • Publish the image to GitHub Container Registry (ghcr.io) instead of docker (tags only tested in my account)

boriel avatar Sep 24 '25 13:09 boriel

Implements arm64 arch as requested in #14

boriel avatar Sep 24 '25 13:09 boriel