Skip to content

Commit 798f986

Browse files
authored
fix: configure qemu publish (#20)
1 parent ce4296b commit 798f986

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
go-version: 1.16.x
2424

25+
- name: Configure qemu
26+
uses: docker/setup-qemu-action@v1
27+
2528
- name: Set up Docker Buildx
2629
uses: docker/setup-buildx-action@v1
2730

0 commit comments

Comments
 (0)