Skip to content

Commit ccd9ff6

Browse files
authored
Update build_ubuntu24_arm_raw.sh
1 parent 8bd7ceb commit ccd9ff6

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-x86_64-minimal-raw.yml)
266+
output=$( sudo -S ./os-image-composer build image-templates/ubuntu24-arm64-raw.yml)
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)