Files
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
..