mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-05-28 00:58:18 +01:00
uninstall current emulators
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,7 @@ import {Util} from '@docker/actions-toolkit/lib/util.js';
|
||||
export interface Inputs {
|
||||
image: string;
|
||||
platforms: string;
|
||||
reset: boolean;
|
||||
cacheImage: boolean;
|
||||
}
|
||||
|
||||
@@ -11,6 +12,7 @@ export function getInputs(): Inputs {
|
||||
return {
|
||||
image: core.getInput('image') || 'docker.io/tonistiigi/binfmt:latest',
|
||||
platforms: Util.getInputList('platforms').join(',') || 'all',
|
||||
reset: core.getBooleanInput('reset'),
|
||||
cacheImage: core.getBooleanInput('cache-image')
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user