Skip to content

Commit f5ab586

Browse files
committed
Add QEMU on PR as well
1 parent 358c716 commit f5ab586

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
ref: ${{ github.event.pull_request.head.sha }}
1818

19-
# - name: Set up QEMU
20-
# uses: docker/setup-qemu-action@v2
21-
# with:
22-
# platforms: linux/amd64,linux/arm64
19+
- name: Set up QEMU
20+
uses: docker/setup-qemu-action@v2
21+
with:
22+
platforms: linux/amd64,linux/arm64
2323

2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)