We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4296b commit 798f986Copy full SHA for 798f986
1 file changed
.github/workflows/release.yaml
@@ -22,6 +22,9 @@ jobs:
22
with:
23
go-version: 1.16.x
24
25
+ - name: Configure qemu
26
+ uses: docker/setup-qemu-action@v1
27
+
28
- name: Set up Docker Buildx
29
uses: docker/setup-buildx-action@v1
30
0 commit comments