Skip to content

Commit b86ab10

Browse files
committed
Merge branch 'srmungar_armlocal_dev_branch' of https://github.com/open-edge-platform/os-image-composer into srmungar_armlocal_dev_branch
2 parents 019456b + 2e6bfa9 commit b86ab10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_ubuntu24_arm_raw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ build_ubuntu24_raw_image() {
263263
exit 1
264264
fi
265265

266-
output=$( sudo -S ./os-image-composer build image-templates/ubuntu24-arm64-raw.yml)
266+
output=$( sudo -S ./os-image-composer build image-templates/ubuntu24-arm64-raw.yml 2>&1)
267267
# Check for the success message in the output
268268
if echo "$output" | grep -q "image build completed successfully"; then
269269
echo "Ubuntu 24 raw Image build passed."

0 commit comments

Comments
 (0)