Skip to content

Commit 725c64f

Browse files
committed
Enable cross platform images creation
Signed-off-by: Artem Barger <artem@bargr.net>
1 parent 6c96086 commit 725c64f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install Cosign
2424
uses: sigstore/cosign-installer@v3.6.0
2525

26+
- name: Set up QEMU
27+
uses: docker/setup-qemu-action@v2
28+
2629
- name: Set up Docker Buildx
2730
uses: docker/setup-buildx-action@v2
2831

@@ -52,6 +55,7 @@ jobs:
5255
with:
5356
context: .
5457
file: ./Dockerfile
58+
platforms: linux/amd64,linux/arm64
5559
push: true
5660
tags: ${{ steps.docker_meta.outputs.tags }}
5761

0 commit comments

Comments
 (0)