diff --git a/README.md b/README.md index 5adf3ff..68f17d7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![GitHub release](https://img.shields.io/github/release/docker/setup-qemu-action.svg?style=flat-square)](https://github.com/docker/setup-qemu-action/releases/latest) + ## About @@ -12,11 +12,12 @@ GitHub Action to install [QEMU](https://github.com/qemu/qemu) static binaries. ___ -* [Usage](#usage) -* [Customizing](#customizing) - * [inputs](#inputs) - * [outputs](#outputs) -* [Contributing](#contributing) +- [About](#about) +- [Usage](#usage) +- [Customizing](#customizing) + - [inputs](#inputs) + - [outputs](#outputs) +- [Contributing](#contributing) ## Usage @@ -46,6 +47,8 @@ The following inputs can be used as `step.with` keys: | `image` | String | [`tonistiigi/binfmt:latest`](https://hub.docker.com/r/tonistiigi/binfmt/tags) | QEMU static binaries Docker image | | `platforms` | String | `all` | Platforms to install (e.g., `arm64,riscv64,arm`) | | `cache-image` | Bool | `true` | Cache binfmt image to GitHub Actions cache backend | +| `cache-image-path` | String | `` | Local path to store the binfmt image. Using this enables local caching instead of GitHub Actions cache. + Note: The "latest" tag won't auto-update - delete the cached file to fetch updates. | ### outputs