We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7b2e9 commit 109714aCopy full SHA for 109714a
1 file changed
scripts/build_ubuntu24_arm_raw.sh
@@ -279,15 +279,15 @@ build_ubuntu24_raw_image() {
279
echo "QEMU boot test PASSED for Ubuntu 24 raw image"
280
else
281
echo "QEMU boot test FAILED for Ubuntu 24 raw image"
282
- echo "Build output:"
283
- echo "$output"
284
exit 1
285
fi
286
# Clean up after QEMU test to free space
287
cleanup_image_files raw
288
289
290
echo "Ubuntu 24 raw Image build failed."
+ echo "Build output:"
+ echo "$output"
291
exit 1 # Exit with error if build fails
292
293
}
0 commit comments