Skip to content

Commit f17b2b6

Browse files
committed
Test new Github Action, with QEMU
1 parent c9a47e3 commit f17b2b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
# - name: Build and test the image
2121
# run: ./tests.sh
2222

23+
- name: Set up QEMU
24+
uses: docker/setup-qemu-action@v1
2325
- name: Set up Docker Buildx
2426
id: buildx
2527
uses: docker/setup-buildx-action@v1
26-
with:
27-
install: true
2828

2929
- name: Inspect builder
3030
run: |

0 commit comments

Comments
 (0)