We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81850fb commit 502c9bdCopy full SHA for 502c9bd
scripts/build_azl3_arm_raw.sh
@@ -243,7 +243,7 @@ build_azl3_raw_image() {
243
echo "AZL3 raw Image build passed."
244
if [ "$RUN_QEMU_TESTS" = true ]; then
245
echo "Running QEMU boot test for AZL3 raw image..."
246
- if run_qemu_boot_test "azl3-aarch64-edge-raw"; then
+ if run_qemu_boot_test "azl3-aarch64-edge"; then
247
echo "QEMU boot test PASSED for AZL3 raw image"
248
else
249
echo "QEMU boot test FAILED for AZL3 raw image"
0 commit comments