mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-22 02:48:54 +08:00
Add driver and driver-opt inputs for setup-buildx
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
4bde7b156d
commit
5cec6ce786
8 changed files with 80 additions and 19 deletions
|
|
@ -8,11 +8,11 @@ branding:
|
|||
|
||||
inputs:
|
||||
image:
|
||||
description: 'QEMU static binaries Docker image. Example: tonistiigi/binfmt:latest'
|
||||
description: 'QEMU static binaries Docker image. e.g. tonistiigi/binfmt:latest'
|
||||
default: 'tonistiigi/binfmt:latest'
|
||||
required: false
|
||||
platforms:
|
||||
description: 'Platforms to install. Example: arm64,riscv64,arm'
|
||||
description: 'Platforms to install. e.g. arm64,riscv64,arm'
|
||||
default: 'all'
|
||||
required: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue