mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-06-28 03:55:08 +00:00
uninstall current emulators
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
8c37cd6f34
commit
2ddad4401e
6 changed files with 45 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ 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`) |
|
||||
| `reset` | Bool | `false` | Uninstall current emulators before installation |
|
||||
| `cache-image` | Bool | `true` | Cache binfmt image to GitHub Actions cache backend |
|
||||
|
||||
### outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue