Skip to content

Commit

Permalink
just try this out (more to see what sticks)
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun authored Feb 18, 2025
1 parent f6abc65 commit 20a1a64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20a1a64

Please sign in to comment.