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 5c74a42 commit 210dd08Copy full SHA for 210dd08
.github/workflows/ci.yml
@@ -28,7 +28,8 @@ jobs:
28
id: buildx
29
uses: crazy-max/ghaction-docker-buildx@v1
30
with:
31
- version: latest
+ buildx-version: latest
32
+ qemu-version: latest
33
34
- name: Available platforms
35
run: echo ${{ steps.buildx.outputs.platforms }}
.github/workflows/release.yml
@@ -25,7 +25,8 @@ jobs:
25
26
27
0 commit comments