mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +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
|
@ -85,6 +85,12 @@ export enum Inputs {
|
|||
* Default: "false"
|
||||
*/
|
||||
OCI = "oci",
|
||||
/**
|
||||
* Label the image with this PLATFORM, instead of defaulting to the host platform.
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
PLATFORM = "platform",
|
||||
/**
|
||||
* The port to expose when running containers based on image
|
||||
* Required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue