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:
James Addison 2021-10-18 18:41:01 +01:00 committed by GitHub
parent 733d8e9a38
commit bb88487cd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 12 deletions

View file

@ -87,6 +87,7 @@ export enum Inputs {
OCI = "oci",
/**
* Label the image with this PLATFORM, instead of defaulting to the host platform.
* Only supported for containerfile builds.
* Required: false
* Default: None.
*/