From 5170ee52e3c08bfbbe896458e5e17c120b83439f Mon Sep 17 00:00:00 2001 From: Nandu-pns Date: Tue, 7 May 2024 16:28:15 +0530 Subject: [PATCH] chore: Test docker publish work flow failing on amd64 --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 2801e92..bb31258 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -76,7 +76,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64 # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker