Message ID | 653ad3c7-9694-3d14-ba85-75c048471aa1@siemens.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [isar-cip-core] ci: Fix kernel image deployment | expand |
diff --git a/scripts/deploy-cip-core.sh b/scripts/deploy-cip-core.sh index 0b8bbe6..47cf5ee 100755 --- a/scripts/deploy-cip-core.sh +++ b/scripts/deploy-cip-core.sh @@ -43,7 +43,7 @@ if [ -f $BASE_PATH.tar.gz ]; then aws s3 cp --no-progress $BASE_PATH.tar.gz s3://download.cip-project.org/cip-core/$TARGET/ fi -KERNEL_IMAGE=$BASE_PATH-vmlinuz +KERNEL_IMAGE="$BASE_PATH-vmlinu[xz]" # iwg20m workaround if [ -f build/tmp/deploy/images/$TARGET/zImage ]; then KERNEL_IMAGE=build/tmp/deploy/images/$TARGET/zImage