mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-02 03:52:52 +01:00
ci-automation/vm: do not compress Scaleway images
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
b241de5eca
commit
dbcfeb378d
@ -136,6 +136,8 @@ function _vm_build_impl() {
|
||||
COMPRESSION_FORMAT="gz,bz2,none"
|
||||
elif [[ "${format}" =~ ^(qemu|qemu_uefi)$ ]];then
|
||||
COMPRESSION_FORMAT="bz2,none"
|
||||
elif [[ "${format}" =~ ^(scaleway)$ ]];then
|
||||
COMPRESSION_FORMAT="none"
|
||||
fi
|
||||
./run_sdk_container -n "${vms_container}" -C "${packages_image}" \
|
||||
-v "${vernum}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user