mirror of
https://github.com/docker/setup-qemu-action.git
synced 2024-11-15 17:33:50 +08:00
simplify usage example
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
2d4bfe71c9
commit
607c1922b5
10
README.md
10
README.md
@ -27,19 +27,9 @@ jobs:
|
||||
qemu:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Set up QEMU
|
||||
id: qemu
|
||||
uses: docker/setup-qemu-action@v1
|
||||
with:
|
||||
image: tonistiigi/binfmt:latest
|
||||
platforms: all
|
||||
-
|
||||
name: Available platforms
|
||||
run: echo ${{ steps.qemu.outputs.platforms }}
|
||||
```
|
||||
|
||||
## Customizing
|
||||
|
Loading…
Reference in New Issue
Block a user