Skip to content

Commit 810af77

Browse files
committed
Set up QEMU in GH workflows.
1 parent 4ed2f59 commit 810af77

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/on-pull-request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
run: |
1919
Install-Module InvokeBuild -Force
2020
21+
- name: Set up QEMU
22+
uses: docker/setup-qemu-action@v3
23+
2124
- name: Build
2225
shell: pwsh
2326
run: |

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
run: |
2525
Install-Module InvokeBuild -Force
2626
27+
- name: Set up QEMU
28+
uses: docker/setup-qemu-action@v3
29+
2730
- name: Build
2831
shell: pwsh
2932
run: |

0 commit comments

Comments
 (0)