mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add support for 'platform' parameter (#75)
Signed-off-by: James Addison <jay@jp-hosting.net>
This commit is contained in:
parent
979e6a6c6e
commit
3bb95d0042
9 changed files with 119 additions and 21 deletions
|
@ -56,6 +56,9 @@ inputs:
|
|||
archs:
|
||||
description: 'Alias for "arch". "arch" takes precedence if both are set.'
|
||||
required: false
|
||||
platform:
|
||||
description: 'Label the image with this PLATFORM, instead of defaulting to the host platform.'
|
||||
required: false
|
||||
extra-args:
|
||||
description: |
|
||||
Extra args to be passed to buildah bud.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue