Skip to content

Commit 411a6c8

Browse files
committed
use multi image
1 parent 7859011 commit 411a6c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docker-push-ghcr.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,11 @@ jobs:
5252
with:
5353
cosign-release: 'v1.13.1'
5454

55+
- name: Set up QEMU
56+
uses: docker/setup-qemu-action@v2
57+
with:
58+
platforms: linux/amd64,linux/arm64
5559

56-
# Workaround: https://github.com/docker/build-push-action/issues/461
5760
- name: Setup Docker buildx
5861
uses: docker/setup-buildx-action@v2
5962

@@ -87,7 +90,7 @@ jobs:
8790
labels: ${{ steps.meta.outputs.labels }}
8891
cache-from: type=gha
8992
cache-to: type=gha,mode=max
90-
93+
platforms: linux/amd64,linux/arm64
9194

9295
# Sign the resulting Docker image digest except on PRs.
9396
# This will only write to the public Rekor transparency log when the Docker

0 commit comments

Comments
 (0)