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:
Divyanshu Agrawal 2021-02-17 23:57:20 +05:30 committed by GitHub
parent 21e07c3197
commit 803a1413e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 40 additions and 10 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 }}"