nberlee / kernel

Mozilla Public License 2.0
0 stars 2 forks source link

Add amd64 compilation support #3

Open nogweii opened 2 months ago

nogweii commented 2 months ago

Also bumps the builder to 0.3.1, which is alpine 3.20. Adds it as part of the matrix so it should be included in CI, assuming I got the syntax right.

nogweii commented 2 months ago

This addresses #2 in part, by delegating the kernel building to Github instead of my laptop. :smile:

samip5 commented 1 month ago

Hey @nogweii I hope you're aware that since the builder by default is using buildjet, it would be more benifitical to use the amd64 runner for the amd64 compile, instead of arm one.

https://github.com/nberlee/kernel/blob/826ee86237d811432f2a7b58302e1f60c26a4b39/.github/workflows/githubci.yaml#L11

samip5 commented 1 month ago

Another problem is that since the arm64 build doesn't generate an *.efi file, that will not work at the moment. :)