diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fe61467..121fbe8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -69,7 +69,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker