From 830b8221ca22ef8f5ae35a51dd1280ba80a4bf14 Mon Sep 17 00:00:00 2001 From: ASOwnerYT Date: Thu, 17 Apr 2025 15:32:52 +1200 Subject: [PATCH] Add multi-platform image support --- .github/workflows/docker-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f6f113b..e90db98 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -81,6 +81,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max + platforms: linux/amd64,linux/arm64 # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker