mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
ci-automation/vm: do not compress Scaleway images
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
9f02c8d262
commit
9dfcbe201b
@ -138,6 +138,8 @@ function _vm_build_impl() {
|
|||||||
COMPRESSION_FORMAT="bz2,none"
|
COMPRESSION_FORMAT="bz2,none"
|
||||||
elif [[ "${format}" =~ ^(hyperv|hyperv_vhdx)$ ]];then
|
elif [[ "${format}" =~ ^(hyperv|hyperv_vhdx)$ ]];then
|
||||||
COMPRESSION_FORMAT="zip"
|
COMPRESSION_FORMAT="zip"
|
||||||
|
elif [[ "${format}" =~ ^(scaleway)$ ]];then
|
||||||
|
COMPRESSION_FORMAT="none"
|
||||||
fi
|
fi
|
||||||
./run_sdk_container -n "${vms_container}" -C "${packages_image}" \
|
./run_sdk_container -n "${vms_container}" -C "${packages_image}" \
|
||||||
-v "${vernum}" \
|
-v "${vernum}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user