Skip to content

Commit

Permalink
Add hv:kubevirt platform:generic arch:amd64
Browse files Browse the repository at this point in the history
Multus, cdi, longhorn support arm64 but k8s kubevirt does not have
release builds yet.

Minor logging improvement to make build run.

Signed-off-by: Andrew Durbin <[email protected]>
  • Loading branch information
andrewd-zededa committed Oct 16, 2024
1 parent 1d2ad7a commit 2e8ace7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
fail-fast: false
matrix:
arch: [arm64, amd64]
hv: [xen, kvm]
hv: [xen, kvm, kubevirt]
platform: ["generic"]
include:
- arch: riscv64
Expand All @@ -108,6 +108,10 @@ jobs:
- arch: arm64
hv: kvm
platform: "imx8mp_epc_r3720"
exclude:
- arch: arm64
hv: kubevirt
platform: "generic"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2e8ace7

Please sign in to comment.