Skip to content

Commit

Permalink
add Qemu for situations where we haven't published Linux x64 first
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Oct 18, 2024
1 parent 313fbb4 commit 7834e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Prepare Environment
run: ${{ matrix.runs.prepare }}
- name: Set up QEMU
if: ${{ matrix.meta.entries[0].platform != 'linux/amd64' && matrix.meta.entries[0].platform != 'windows/amd64' }}
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
- name: Pull Dependencies
run: ${{ matrix.runs.pull }}
- name: Build ${{ matrix.name }}
Expand Down

0 comments on commit 7834e62

Please sign in to comment.