From 20a1a64b1f89338155b5e600aaabe2d9242d0bcf Mon Sep 17 00:00:00 2001 From: Macley <26381427+Macleykun@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:46:05 +0100 Subject: [PATCH] just try this out (more to see what sticks) --- .github/workflows/docker-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0a1332e..11b6f41 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -82,7 +82,8 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64,linux/arm64 + #platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm32v6,linux/arm32v7,linux/arm64v8,linux/i386,linux/pc64le,linux/riscv64,linux/s390x # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker