mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Fix: platform parameter is not supported by buildah config (build-without-containerfile) (#83)
Signed-off-by: James Addison <jay@jp-hosting.net>
This commit is contained in:
parent
733d8e9a38
commit
bb88487cd2
7 changed files with 11 additions and 12 deletions
|
@ -57,7 +57,9 @@ inputs:
|
|||
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.'
|
||||
description: |
|
||||
Label the image with this PLATFORM, instead of defaulting to the host platform.
|
||||
Only supported for containerfile builds.
|
||||
required: false
|
||||
extra-args:
|
||||
description: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue