diff --git a/action.yml b/action.yml index 2b33f1a..d05bbbb 100644 --- a/action.yml +++ b/action.yml @@ -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. diff --git a/src/generated/inputs-outputs.ts b/src/generated/inputs-outputs.ts index ea5f542..7bfb8a8 100644 --- a/src/generated/inputs-outputs.ts +++ b/src/generated/inputs-outputs.ts @@ -12,12 +12,6 @@ export enum Inputs { * Default: None. */ ARCHS = "archs", - /** - * Label the image with this PLATFORM, instead of defaulting to the host platform. - * Required: false - * Default: None. - */ - PLATFORM = "platform", /** * The base image to use to create a new container image * Required: false @@ -91,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