From 413b89166b25fddcea7aa1e1509779e1729f2e3b Mon Sep 17 00:00:00 2001 From: Yun <35533749+marcopeocchi@users.noreply.github.com> Date: Mon, 30 May 2022 15:43:09 +0200 Subject: [PATCH] Update docker-publish.yml --- .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 03f4362..8d7b524 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -78,6 +78,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + platforms: linux/amd64,linux/arm64/v8,linux/arm/v7 # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker