Skip to content

Commit 9842f76

Browse files
committed
blah blah blah
1 parent f232f74 commit 9842f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qemu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
build:
1616
name: Run under bubblewrap
17-
runs-on: ubuntu-24.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Install qemu
2020
run: sudo apt-get install qemu-system-x86
@@ -47,7 +47,7 @@ jobs:
4747
mirror-state
4848
key: cache-${{ hashFiles('steps/*/sources') }}
4949
- name: Run bootstrap
50-
run: ./rootfs.py --qemu --qemu-cmd true --external-sources --cores 1 --mirror file://${PWD}/mirror ; echo hi && sudo qemu-system-x86_64 -enable-kvm -m 4096M -smp 2 -drive file=target/init.img,format=raw -drive file=target/external.img,format=raw -machine kernel-irqchip=split -nic user,ipv6=off,model=e1000 -nographic
50+
run: ./rootfs.py --qemu --update-checksums --external-sources --cores 2 --mirror file://${PWD}/mirror
5151
- name: Remount package disk
5252
if: always()
5353
run: >

0 commit comments

Comments
 (0)