We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7859011 commit 411a6c8Copy full SHA for 411a6c8
.github/workflows/docker-push-ghcr.yml
@@ -52,8 +52,11 @@ jobs:
52
with:
53
cosign-release: 'v1.13.1'
54
55
+ - name: Set up QEMU
56
+ uses: docker/setup-qemu-action@v2
57
+ with:
58
+ platforms: linux/amd64,linux/arm64
59
- # Workaround: https://github.com/docker/build-push-action/issues/461
60
- name: Setup Docker buildx
61
uses: docker/setup-buildx-action@v2
62
@@ -87,7 +90,7 @@ jobs:
87
90
labels: ${{ steps.meta.outputs.labels }}
88
91
cache-from: type=gha
89
92
cache-to: type=gha,mode=max
-
93
94
95
# Sign the resulting Docker image digest except on PRs.
96
# This will only write to the public Rekor transparency log when the Docker
0 commit comments