Skip to content

Commit

Permalink
Merge pull request #50 from crazy-max/update-readme
Browse files Browse the repository at this point in the history
simplify usage example
  • Loading branch information
crazy-max committed Apr 26, 2022
2 parents 2d4bfe7 + 607c192 commit 466d531
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 466d531

Please sign in to comment.