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 1ed5ff3 commit 3998037Copy full SHA for 3998037
.github/workflows/release.yml
@@ -18,15 +18,15 @@ jobs:
18
run: |
19
make version
20
21
- - name: Set up Docker Buildx
22
- id: buildx
23
- uses: crazy-max/ghaction-docker-buildx@v1
24
- with:
25
- buildx-version: latest
26
- qemu-version: latest
+ - name: Set up QEMU
+ id: qemu
+ uses: docker/setup-qemu-action@v1
27
28
- name: Available platforms
29
- run: echo ${{ steps.buildx.outputs.platforms }}
+ run: echo ${{steps.qemu.outputs.platforms}}
+
+ - name: Set up Docker Buildx
+ uses: docker/setup-buildx-action@v1
30
31
- name: Build
32
env:
0 commit comments