mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-12 14:17:12 +02:00
Display available platforms
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
1
setup-qemu/dist/index.js
generated
vendored
1
setup-qemu/dist/index.js
generated
vendored
@ -1021,6 +1021,7 @@ function run() {
|
||||
throw new Error(res.stderr);
|
||||
}
|
||||
const platforms = JSON.parse(res.stdout.trim());
|
||||
core.info(`${platforms.supported.join(',')}`);
|
||||
core.setOutput('platforms', platforms.supported.join(','));
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user