mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 01:49:03 +00:00
Add feature to build multi-arch image (#27)
Since buildah now supports multi arch image support (ref: https://github.com/containers/buildah/issues/1590) This feature will allow building images for multiple architectures. Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
21e07c3197
commit
803a1413e7
9 changed files with 40 additions and 10 deletions
|
@ -1,5 +1,12 @@
|
|||
// This file was auto-generated by action-io-generator. Do not edit by hand!
|
||||
export enum Inputs {
|
||||
/**
|
||||
* Architecture(s) to build the image(s) for. For multiple architectures,
|
||||
* separate by a comma.
|
||||
* Required: false
|
||||
* Default: "amd64"
|
||||
*/
|
||||
ARCHS = "archs",
|
||||
/**
|
||||
* The base image to use to create a new container image
|
||||
* Required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue