We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358c716 commit f5ab586Copy full SHA for f5ab586
.github/workflows/pr.yml
@@ -16,10 +16,10 @@ jobs:
16
with:
17
ref: ${{ github.event.pull_request.head.sha }}
18
19
- # - name: Set up QEMU
20
- # uses: docker/setup-qemu-action@v2
21
- # with:
22
- # platforms: linux/amd64,linux/arm64
+ - name: Set up QEMU
+ uses: docker/setup-qemu-action@v2
+ with:
+ platforms: linux/amd64,linux/arm64
23
24
- name: Set up Docker Buildx
25
uses: docker/setup-buildx-action@v3
0 commit comments