Message ID | 08ca2d8f2f589ff3cbea3be8352379ebbad660a1.1664902098.git.jan.kiszka@siemens.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | Add qemu-riscv64 target, refactorings, kernel updates, CI fix | expand |
diff --git a/scripts/deploy-cip-core.sh b/scripts/deploy-cip-core.sh index 1eb93d59..ab984686 100755 --- a/scripts/deploy-cip-core.sh +++ b/scripts/deploy-cip-core.sh @@ -30,7 +30,7 @@ S3_TARGET=s3://download2.cip-project.org/cip-core/$REF/$TARGET/ if [ -f $BASE_PATH.wic ] ; then echo "Compressing $BASE_FILENAME.wic..." - xz -9 -k $BASE_PATH.wic + xz -9 -k -T0 $BASE_PATH.wic echo "Uploading artifacts..." aws s3 cp --no-progress --acl public-read $BASE_PATH.wic.xz ${S3_TARGET}