From 607c1922b58acc78ad41e470aa7f061af7ef1f85 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 26 Apr 2022 14:53:22 +0200 Subject: [PATCH] simplify usage example Signed-off-by: CrazyMax --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 636e2a4..a2c8d5a 100644 --- a/README.md +++ b/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