diff --git a/ci-automation/vms.sh b/ci-automation/vms.sh index 33e655fefe..02754fa3eb 100644 --- a/ci-automation/vms.sh +++ b/ci-automation/vms.sh @@ -138,6 +138,8 @@ function _vm_build_impl() { COMPRESSION_FORMAT="bz2,none" elif [[ "${format}" =~ ^(hyperv|hyperv_vhdx)$ ]];then COMPRESSION_FORMAT="zip" + elif [[ "${format}" =~ ^(scaleway)$ ]];then + COMPRESSION_FORMAT="none" fi ./run_sdk_container -n "${vms_container}" -C "${packages_image}" \ -v "${vernum}" \