Add feature to build multi arch image

Since buildah now supports multi arch image built
support (ref: https://github.com/containers/buildah/issues/1590)
This feature will allow building images based on multiple
architectures

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-02-12 19:59:22 +05:30
parent 21e07c3197
commit 749ffdbf42
9 changed files with 39 additions and 12 deletions

View file

@ -78,7 +78,8 @@ jobs:
-jar
spring-petclinic-*.jar
port: 8080
archs: amd64,arm64
- name: Echo Outputs
run: |
echo "Image: ${{ steps.build_image.outputs.image }}"