From 91e1c6265a949ab06f143b802c3ceb4a289d5cbc Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 21 Aug 2020 17:31:27 +0200 Subject: [PATCH] Update README Signed-off-by: CrazyMax --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7222f30..dd92c96 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ jobs: Following inputs can be used as `step.with` keys -| Name | Type | Default | Description | -|------------------|---------|-----------------------------|------------------------------------| -| `image` | String | `tonistiigi/binfmt:latest` | QEMU static binaries Docker image (e.g. [`tonistiigi/binfmt:latest`](https://hub.docker.com/r/tonistiigi/binfmt/tags)) | -| `platforms` | String | `all` | Platforms to install (e.g. `arm64,riscv64,arm`) | +| Name | Type | Description | +|------------------|---------|------------------------------------| +| `image` | String | QEMU static binaries Docker image (default [`tonistiigi/binfmt:latest`](https://hub.docker.com/r/tonistiigi/binfmt/tags)) | +| `platforms` | String | Platforms to install (e.g. `arm64,riscv64,arm` ; default `all`) | ### outputs