Skip to content

Commit 9946312

Browse files
committed
fix: use QEMU emulator
1 parent d1e8254 commit 9946312

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/az_acr_push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
with:
2525
submodules: 'true'
2626

27-
# - name: Set up QEMU
28-
# uses: docker/setup-qemu-action@v3
29-
# with:
30-
# platforms: arm64,arm
27+
- name: Set up QEMU
28+
uses: docker/setup-qemu-action@v3
29+
with:
30+
platforms: arm64,arm
3131

3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)