Skip to content

Commit a24e5bb

Browse files
Update qemu.yml add bootstrap
1 parent 3e1d374 commit a24e5bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/qemu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
run: |
2727
set -x
2828
qemu-system-x86_64 -cpu ?
29+
qemu-system-x86_64 -cdrom https://github.com/KarmaComputing/server-bootstrap/releases/latest/download/ipxe.iso -net nic -net user,hostfwd=tcp::2223-:22 -m 3072 -smp $(nproc) -nographic
2930

0 commit comments

Comments
 (0)