Skip to content

Commit 7816243

Browse files
committed
测试 CI
1 parent ff1b280 commit 7816243

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/qemu-aarch64.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ args = [
66
"virt,virtualization=on,gic-version=3",
77
"-smp",
88
"4",
9+
"-device",
10+
"virtio-blk-device,drive=disk0",
11+
"-drive",
12+
"id=disk0,if=none,format=raw,file=${ROOTFS_DIR}/rootfs.img",
913
"-append",
1014
"root=/dev/vda rw init=/init",
1115
"-m",
1216
"8g",
1317
]
1418
fail_regex = []
15-
success_regex = ["Hello, world!"]
19+
success_regex = []
1620
to_bin = true
1721
uefi = false

0 commit comments

Comments
 (0)