Skip to content

Commit 6cb74a9

Browse files
committed
Add QEMU to release pipeline
1 parent 2504427 commit 6cb74a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19+
- name: Set up QEMU
20+
uses: docker/setup-qemu-action@v2
21+
1922
- name: Set up Docker Buildx
2023
uses: docker/setup-buildx-action@v2
2124
with:

0 commit comments

Comments
 (0)