10 Commits

Author SHA1 Message Date
Robert Dyer c031e5bffd feat: Build multi-architecture Docker images (#27)
* feat: Build multi-architecture Docker images

Updates the GitHub Actions workflow to build Docker images for both amd64 and arm64 architectures.

This is achieved by:
- Adding a QEMU setup step (`docker/setup-qemu-action@v3`).
- Adding a Docker Buildx setup step.
- Specifying `linux/amd64,linux/arm64` in the `platforms` input of the `docker/build-push-action@v6` step.

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-11-17 08:38:10 -06:00
Robert Dyer fdc522d809 use a PAT to allow other workflow to trigger 2024-12-13 11:42:15 -06:00
Robert Dyer 64c4866962 change time workflow runs 2024-12-13 11:37:04 -06:00
Robert Dyer abaf21f0c6 fix workflow permission 2024-12-13 11:30:08 -06:00
Robert Dyer 5df044477c allow manual trigger of workflows 2024-12-13 11:28:04 -06:00
Robert Dyer a0d5ac531b add workflow to track Actual releases 2024-12-12 23:26:28 -06:00
Robert Dyer 61e6e9e36d allow cancel of docker builds 2024-12-10 16:50:06 -06:00
Robert Dyer 4b7258e1e1 try tagging images with :latest 2024-12-10 16:04:21 -06:00
Robert Dyer f74b544fd2 fix workflow permissions 2024-12-10 15:55:31 -06:00
Robert Dyer fe131bf5ac add workflow to publish Docker images 2024-12-10 15:52:11 -06:00