Skip to content

Commit 210dd08

Browse files
committed
Update crazy-max/ghaction-docker-buildx flag
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 5c74a42 commit 210dd08

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
@@ -28,7 +28,8 @@ jobs:
2828
id: buildx
2929
uses: crazy-max/ghaction-docker-buildx@v1
3030
with:
31-
version: latest
31+
buildx-version: latest
32+
qemu-version: latest
3233

3334
- name: Available platforms
3435
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)