mirror of
https://github.com/docker/setup-qemu-action.git
synced 2025-04-03 04:40:10 +08:00
docs: README
This commit is contained in:
parent
02897d02f5
commit
57f02c5066
17
README.md
17
README.md
@ -1,8 +1,8 @@
|
||||
[](https://github.com/docker/setup-qemu-action/releases/latest)
|
||||
<!-- [](https://github.com/docker/setup-qemu-action/releases/latest)
|
||||
[](https://github.com/marketplace/actions/docker-setup-qemu)
|
||||
[](https://github.com/docker/setup-qemu-action/actions?workflow=ci)
|
||||
[](https://github.com/docker/setup-qemu-action/actions?workflow=test)
|
||||
[](https://codecov.io/gh/docker/setup-qemu-action)
|
||||
[](https://codecov.io/gh/docker/setup-qemu-action) -->
|
||||
|
||||
## 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user