Skip to content

Commit 62f2714

Browse files
committed
Update crazy-max/ghaction-docker-buildx flag
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 962df30 commit 62f2714

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
id: buildx
2828
uses: crazy-max/ghaction-docker-buildx@v1
2929
with:
30-
version: latest
30+
buildx-version: latest
31+
qemu-version: latest
3132

3233
- name: Available platforms
3334
run: echo ${{ steps.buildx.outputs.platforms }}

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
id: buildx
2626
uses: crazy-max/ghaction-docker-buildx@v1
2727
with:
28-
version: latest
28+
buildx-version: latest
29+
qemu-version: latest
2930

3031
- name: Available platforms
3132
run: echo ${{ steps.buildx.outputs.platforms }}

0 commit comments

Comments
 (0)