mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-09 10:39:04 +00:00
Skip manifest creation if single arch/platform is provided
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
72b90216e8
commit
cd95312aec
5 changed files with 34 additions and 19 deletions
|
@ -205,7 +205,7 @@ There is a simple example [in this issue](https://github.com/redhat-actions/buil
|
|||
|
||||
### Creating a Multi-Arch Image List
|
||||
|
||||
Input `archs` and `platforms` is provided to build the multi architecture images. If one of these input is provided then a [manifest](https://github.com/containers/buildah/blob/main/docs/buildah-manifest.1.md) is built with the multiple architecture images. Name of the manifest is taken from the inputs `image` and `tags`.
|
||||
Input `archs` and `platforms` is provided to build the multi architecture images. If one of these input is provided with the multiple archs or platforms then a [manifest](https://github.com/containers/buildah/blob/main/docs/buildah-manifest.1.md) is built with the multiple architecture images. Name of the manifest is taken from the inputs `image` and `tags`.
|
||||
Incase multiple tags are provided then multiple manifest is created based on the provided tags.
|
||||
|
||||
Use the `archs` and `platforms` inputs to build multi-architecture images. The name of the manifest is determined by the image and tags inputs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue