mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +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
3
.github/workflows/scratch_build.yml
vendored
3
.github/workflows/scratch_build.yml
vendored
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue