Skip to content

Commit b7794c2

Browse files
committed
Setup QEMU
1 parent 8c263f3 commit b7794c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
username: ${{ github.actor }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

32+
- name: Set up QEMU
33+
uses: docker/setup-qemu-action@v2
34+
with:
35+
platforms: linux/amd64,linux/arm64
36+
3237
- name: Extract metadata for the Docker image
3338
id: meta
3439
uses: docker/metadata-action@v4

0 commit comments

Comments
 (0)