We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962df30 commit 62f2714Copy full SHA for 62f2714
.github/workflows/ci.yml
@@ -27,7 +27,8 @@ jobs:
27
id: buildx
28
uses: crazy-max/ghaction-docker-buildx@v1
29
with:
30
- version: latest
+ buildx-version: latest
31
+ qemu-version: latest
32
33
- name: Available platforms
34
run: echo ${{ steps.buildx.outputs.platforms }}
.github/workflows/release.yml
@@ -25,7 +25,8 @@ jobs:
25
26
0 commit comments