Skip to content

Commit 1e7c4ad

Browse files
committed
Add QEMU setup step to Docker image workflow
1 parent 6233f18 commit 1e7c4ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

22+
- name: Set up QEMU
23+
uses: docker/setup-qemu-action@v3
24+
2225
- name: Log in to the Container registry
2326
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2427
with:

0 commit comments

Comments
 (0)