From f2752ad4c3c3d0951b623fd8b36ee96b3b204356 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Thu, 28 May 2026 16:47:39 -0700 Subject: [PATCH] Build ARM docker images This allows the docker image to be run on a M* Mac, among others Co-authored-by: Adam Hoyle --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8812931..0d6fda88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -674,6 +674,7 @@ jobs: with: context: . push: false + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha @@ -719,6 +720,7 @@ jobs: with: context: . push: true + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha