mirror of
https://github.com/docker/setup-qemu-action.git
synced 2025-06-23 10:58:02 +02:00
Display image information
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
3
dist/index.js
generated
vendored
3
dist/index.js
generated
vendored
@ -106,6 +106,9 @@ function run() {
|
||||
core.startGroup(`Pulling binfmt Docker image`);
|
||||
yield exec.exec('docker', ['pull', image]);
|
||||
core.endGroup();
|
||||
core.startGroup(`Image info`);
|
||||
yield exec.exec('docker', ['image', 'inspect', image]);
|
||||
core.endGroup();
|
||||
core.startGroup(`Installing QEMU static binaries`);
|
||||
yield exec.exec('docker', ['run', '--rm', '--privileged', image, '--install', platforms]);
|
||||
core.endGroup();
|
||||
|
Reference in New Issue
Block a user