We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb969e commit ac26b7dCopy full SHA for ac26b7d
.github/workflows/docker-publish.yml
@@ -81,6 +81,7 @@ jobs:
81
labels: ${{ steps.meta.outputs.labels }}
82
cache-from: type=gha
83
cache-to: type=gha,mode=max
84
+ platforms: linux/amd64,linux/arm64
85
86
# Sign the resulting Docker image digest except on PRs.
87
# This will only write to the public Rekor transparency log when the Docker
0 commit comments