From 307493996c244ae72325a789779873eb9e71b0d8 Mon Sep 17 00:00:00 2001 From: Nandu-pns <100915954+Nandu-pns@users.noreply.github.com> Date: Tue, 7 May 2024 16:50:49 +0530 Subject: [PATCH] Revert "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 bb31258..2801e92 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/arm64 + 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