ublue-os / isogenerator

Creates an ISO for installing a container image as an OS
Apache License 2.0
15 stars 2 forks source link

Since the release of 1.0.0 the .github/workflows/release-iso.yml in "startingpoint" (and derivatives) has been broken #15

Closed dperson closed 8 months ago

dperson commented 8 months ago

Fully up to date (rebased on top of latest template repo from upstream as of 2024-02-19).

I've tried using the "1.0.0" version and just no version for the isogenerator.



Thanks, love ublue!

noelmiller commented 8 months ago

This is due to us replacing the old isogenerator repo with this new repo. With this new approach, we can build fully offline ISOs with this Github Action.

dperson commented 8 months ago

Should I update my release-iso.yml to model the test-iso.yml then? And once it's working, submit a PR for startingpoint?

xynydev commented 8 months ago

Note that ublue-os/main suffers from the same error. All custom image template repos have been updated to use isogenerator-old until we rewrite the ISO release workflow as a reusable github action

noelmiller commented 8 months ago

Per the recent announcement, we are no longer creating ISO images for main. This is due to the ISOs being a lot bigger than the original net installer and we cannot host them for free on Github Releases. If you want to create ISO images for your images, you will need to retool to either use this project or the original project we forked from.