mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-22 11:10:24 +08:00
Switch to tonistiigi/binfmt
Add platforms input to choose what platforms to install Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
7e439a0132
commit
b943609390
5 changed files with 27 additions and 35 deletions
|
|
@ -7,9 +7,13 @@ branding:
|
|||
icon: 'truck'
|
||||
|
||||
inputs:
|
||||
qemu-version:
|
||||
description: 'QEMU static binaries Docker image version. Example: 4.2.0-7'
|
||||
default: 'latest'
|
||||
image:
|
||||
description: 'QEMU static binaries Docker image. Example: tonistiigi/binfmt:latest'
|
||||
default: 'tonistiigi/binfmt:latest'
|
||||
required: false
|
||||
platforms:
|
||||
description: 'Platforms to install. Example: arm64,riscv64,arm'
|
||||
default: 'all'
|
||||
required: false
|
||||
|
||||
runs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue