mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Merge pull request #1988 from flatcar/ader1990/kubevirt-image-uncompressed
ci-automation/vm: do not compress KubeVirt images
This commit is contained in:
commit
9bb1c1e354
@ -138,7 +138,7 @@ function _vm_build_impl() {
|
||||
COMPRESSION_FORMAT="bz2,none"
|
||||
elif [[ "${format}" =~ ^(hyperv|hyperv_vhdx)$ ]];then
|
||||
COMPRESSION_FORMAT="zip"
|
||||
elif [[ "${format}" =~ ^(scaleway)$ ]];then
|
||||
elif [[ "${format}" =~ ^(scaleway|kubevirt)$ ]];then
|
||||
COMPRESSION_FORMAT="none"
|
||||
fi
|
||||
./run_sdk_container -n "${vms_container}" -C "${packages_image}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user