Skip to content

Commit 18a8099

Browse files
committed
fix: setted CI build only to the x86 bootimage (ARM kernel boots via QEMU, not bootimage)
1 parent 96e2174 commit 18a8099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: qemu-system-x86_64 --version
113113

114114
- name: Run cargo bootimage
115-
run: cargo bootimage
115+
run: cargo bootimage --bin axiom_os
116116

117117
- name: Run cargo test
118118
run: cargo test

0 commit comments

Comments
 (0)