Skip to content
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

Open
eldondev opened this issue Feb 1, 2021 · 5 comments
Open

Release build images? #134

eldondev opened this issue Feb 1, 2021 · 5 comments
Assignees

Comments

@eldondev
Copy link

eldondev commented Feb 1, 2021

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!

@paralin
Copy link
Collaborator

paralin commented Feb 1, 2021

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 next with the iso refactor shortly and will also post a link to an image here produced from a GitHub build artifact.

@paralin paralin self-assigned this Feb 2, 2021
@paralin
Copy link
Collaborator

paralin commented Feb 2, 2021

By the way, if you want to build+run in qemu, this is how:

export SKIFF_WORKSPACE=qemu
export SKIFF_CONFIG=virt/qemu,skff/core
make compile # build the system
make cmd/virt/qemu/run # launch qemu

@paralin
Copy link
Collaborator

paralin commented Feb 6, 2021

@eldondev The GitHub actions currently produce a virt/qemu,core/gentoo configuration, I'm working on a system which will auto-build a variety of configs to attach to each release. Also, something like this:

export SKIFF_WORKSPACE=qemu
export SKIFF_CONFIG=virt/qemu,core/gentoo
make fetch-prebuilt
# skiff auto-downloads pre-built image for this config to images/ dir
make cmd/virt/qemu/run # all install commands work as usual

@diyism
Copy link

diyism commented Feb 18, 2021

Great, wish an ISO or dd image release works on an x64 machine.

@paralin
Copy link
Collaborator

paralin commented Feb 18, 2021

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.

@paralin paralin added this to the Skiff 2020.11.7 milestone Feb 24, 2021
@paralin paralin removed this from the Skiff 2020.11.7 milestone Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants