-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release build images? #134
Comments
Hey, thanks for the report. Yes, this is important. I was actually looking yesterday at refactoring so that intel/desktop produces an ISO that works directly in Qemu or on a machine. I use the apple/macbook install script and rEFInd to do this right now. While I did manage to add a package to build it from source, it hasn't been updated in forever, and apparently people are just using grub directly now anyway. So the next step is to ensure the grub configuration works on all targets. I'll push the commit to |
By the way, if you want to build+run in qemu, this is how:
|
@eldondev The GitHub actions currently produce a
|
Great, wish an ISO or dd image release works on an x64 machine. |
I'm working on producing ISOs and the scripts to produce them for the next 2020.11.7 release, which will be made by the GitHub actions. |
The idea of skiffos looks great! But one of the benefits of reproducible builds is being able to publish your build and verify it against somebody else's build. Is there a set of builds that you plan on publishing? Did I just somehow miss the download link 😪 ? Specifically being able to launch a qemu build directly from an iso/disk image would be great. Thanks!
The text was updated successfully, but these errors were encountered: