Skip to content

Commit 607c192

Browse files
committed
simplify usage example
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 2d4bfe7 commit 607c192

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,9 @@ jobs:
2727
qemu:
2828
runs-on: ubuntu-latest
2929
steps:
30-
-
31-
name: Checkout
32-
uses: actions/checkout@v2
3330
-
3431
name: Set up QEMU
35-
id: qemu
3632
uses: docker/setup-qemu-action@v1
37-
with:
38-
image: tonistiigi/binfmt:latest
39-
platforms: all
40-
-
41-
name: Available platforms
42-
run: echo ${{ steps.qemu.outputs.platforms }}
4333
```
4434
4535
## Customizing

0 commit comments

Comments
 (0)