mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 01:49:03 +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
|
@ -1,13 +1,14 @@
|
|||
// This file was auto-generated by action-io-generator. Do not edit by hand!
|
||||
export enum Inputs {
|
||||
/**
|
||||
* Label the image with this ARCH, instead of defaulting to the host architecture.
|
||||
* Label the image with this ARCH, instead of defaulting to the host architecture
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
ARCH = "arch",
|
||||
/**
|
||||
* Alias for "arch". "arch" takes precedence if both are set.
|
||||
* 'Same as input 'arch', use this for multiple architectures.
|
||||
* Seperate them by a comma'
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
|
@ -98,6 +99,13 @@ export enum Inputs {
|
|||
* Default: None.
|
||||
*/
|
||||
PLATFORM = "platform",
|
||||
/**
|
||||
* 'Same as input 'platform', use this for multiple platforms.
|
||||
* Seperate them by a comma'
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
PLATFORMS = "platforms",
|
||||
/**
|
||||
* The port to expose when running containers based on image
|
||||
* Required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue