We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4bfe7 commit 607c192Copy full SHA for 607c192
1 file changed
README.md
@@ -27,19 +27,9 @@ jobs:
27
qemu:
28
runs-on: ubuntu-latest
29
steps:
30
- -
31
- name: Checkout
32
- uses: actions/checkout@v2
33
-
34
name: Set up QEMU
35
- id: qemu
36
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 }}
43
```
44
45
## Customizing
0 commit comments