Skip to content

Commit

Permalink
Add QEMU on PR as well
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00101010 committed Feb 1, 2025
1 parent 358c716 commit f5ab586
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
# with:
# platforms: linux/amd64,linux/arm64
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/amd64,linux/arm64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit f5ab586

Please sign in to comment.