Release v0.0.4
Run the following command to try Kerla on QEMU:
qemu-system-x86_64 -m 512 -cpu Icelake-Server -serial mon:stdio \
-device isa-debug-exit,iobase=0x501,iosize=2 \
-netdev user,id=net0 \
-device virtio-net,netdev=net0,disable-legacy=on \
-cdrom kerla.iso
Seiya Nuta (3):
Fix a syntax error in .github/workflows/release.yml
ci: Fix the release workflow
v0.0.4