Skip to content

Commit 466d531

Browse files
authored
Merge pull request #50 from crazy-max/update-readme
simplify usage example
2 parents 2d4bfe7 + 607c192 commit 466d531

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

-10
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)