We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 019456b + 2e6bfa9 commit b86ab10Copy full SHA for b86ab10
scripts/build_ubuntu24_arm_raw.sh
@@ -263,7 +263,7 @@ build_ubuntu24_raw_image() {
263
exit 1
264
fi
265
266
- output=$( sudo -S ./os-image-composer build image-templates/ubuntu24-arm64-raw.yml)
+ output=$( sudo -S ./os-image-composer build image-templates/ubuntu24-arm64-raw.yml 2>&1)
267
# Check for the success message in the output
268
if echo "$output" | grep -q "image build completed successfully"; then
269
echo "Ubuntu 24 raw Image build passed."
0 commit comments