mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add manifest feature (#85)
* Add manifest feature Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
c7ca484deb
commit
3ffbc5da4f
10 changed files with 227 additions and 69 deletions
12
action.yml
12
action.yml
|
@ -54,16 +54,24 @@ inputs:
|
|||
default: 'false'
|
||||
required: false
|
||||
arch:
|
||||
description: 'Label the image with this ARCH, instead of defaulting to the host architecture.'
|
||||
description:
|
||||
'Label the image with this ARCH, instead of defaulting to the host architecture'
|
||||
required: false
|
||||
archs:
|
||||
description: 'Alias for "arch". "arch" takes precedence if both are set.'
|
||||
description: |
|
||||
'Same as input 'arch', use this for multiple architectures.
|
||||
Seperate them by a comma'
|
||||
required: false
|
||||
platform:
|
||||
description: |
|
||||
Label the image with this PLATFORM, instead of defaulting to the host platform.
|
||||
Only supported for containerfile builds.
|
||||
required: false
|
||||
platforms:
|
||||
description: |
|
||||
'Same as input 'platform', use this for multiple platforms.
|
||||
Seperate them by a comma'
|
||||
required: false
|
||||
extra-args:
|
||||
description: |
|
||||
Extra args to be passed to buildah bud.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue