Skip to content

Commit

Permalink
ci: add bib raw image test
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
henrywang committed Apr 13, 2024
1 parent 3460310 commit 50f1fa8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/bib-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
image_type: [ami, qcow2, vmdk]
image_type: [ami, qcow2, vmdk, raw]
exclude:
- arch: aarch64
image_type: vmdk
Expand All @@ -68,6 +68,8 @@ jobs:
platform: libvirt
- image_type: vmdk
platform: vsphere
- image_type: raw
platform: libvirt
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -102,7 +104,7 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
image_type: [ami, qcow2, vmdk]
image_type: [ami, qcow2, vmdk, raw]
exclude:
- arch: aarch64
image_type: vmdk
Expand All @@ -113,6 +115,8 @@ jobs:
platform: libvirt
- image_type: vmdk
platform: vsphere
- image_type: raw
platform: libvirt
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -147,7 +151,7 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
image_type: [ami, qcow2, vmdk]
image_type: [ami, qcow2, vmdk, raw]
build_arch: [x86_64, aarch64]
exclude:
- image_type: vmdk
Expand All @@ -160,13 +164,21 @@ jobs:
- image_type: qcow2
arch: aarch64
build_arch: x86_64
- image_type: raw
arch: x86_64
build_arch: aarch64
- image_type: raw
arch: aarch64
build_arch: x86_64
include:
- image_type: ami
platform: aws
- image_type: qcow2
platform: libvirt
- image_type: vmdk
platform: vsphere
- image_type: raw
platform: libvirt
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 50f1fa8

Please sign in to comment.