From 57f02c50665e624361d46fb91994dab3d8896761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AC=B8=EC=84=B1=ED=95=98?= Date: Sun, 2 Feb 2025 22:14:31 +0900 Subject: [PATCH] docs: README --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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