Skip to content

Commit 54979c5

Browse files
authored
ci: add qemu for multi-arch
1 parent 14e2837 commit 54979c5

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
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- name: Set up QEMU
21+
uses: docker/setup-qemu-action@v2
22+
2023
- name: Set up Go
2124
uses: actions/setup-go@v4
2225
with:

0 commit comments

Comments
 (0)