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
|
|
@ -15,6 +15,10 @@ inputs:
|
|||
description: 'Platforms to install (e.g. arm64,riscv64,arm)'
|
||||
default: 'all'
|
||||
required: false
|
||||
reset:
|
||||
description: 'Uninstall current emulators before installation'
|
||||
default: 'false'
|
||||
required: false
|
||||
cache-image:
|
||||
description: 'Cache binfmt image to GitHub Actions cache backend'
|
||||
default: 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue