Skip to content

Commit

Permalink
ci: run tests on x86_32 platform (alpine vm)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlobanov committed Aug 27, 2024
1 parent 91fd472 commit 6156be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run target OS first time (for setup actions)
run: >
sudo screen -dmS qemu
qemu-system-i386 -M q35
qemu-system-i386 -accel kvm -M q35
-m 2048 -smp 2 -nographic
-net nic -net user,hostfwd=tcp::2222-:22
-drive format=raw,file=disk.raw
Expand Down

0 comments on commit 6156be1

Please sign in to comment.