We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ceab31 commit 23991b3Copy full SHA for 23991b3
.github/workflows/build.yml
@@ -46,7 +46,6 @@ jobs:
46
47
- name: 'Build Bootloader'
48
run: cargo xbuild --release
49
- working-directory: src/stage_2
50
51
- name: 'Convert Bootloader ELF to Binary'
52
run: cargo objcopy -- -I elf64-i386 -O binary --binary-architecture=i386:x86-64 target/x86_64-real_mode/release/stage_2 target/x86_64-real_mode/release/image.bin
0 commit comments