mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Rename 'archs' input and improve multiarch (#62)
- Expand readme - Add example Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
parent
098556ccc2
commit
48fe07762a
13 changed files with 674 additions and 424 deletions
|
@ -47,11 +47,11 @@ inputs:
|
|||
description: 'Set to true to build using the OCI image format instead of the Docker image format'
|
||||
default: 'false'
|
||||
required: false
|
||||
arch:
|
||||
description: 'Label the image with this ARCH, instead of defaulting to the host architecture.'
|
||||
required: false
|
||||
archs:
|
||||
description: |
|
||||
Architecture(s) to build the image(s) for. For multiple architectures,
|
||||
separate by a comma.
|
||||
default: 'amd64'
|
||||
description: 'Alias for "arch". "arch" takes precedence if both are set.'
|
||||
required: false
|
||||
extra-args:
|
||||
description: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue