blue-build / github-action

Reusable GitHub Action to build custom images
Apache License 2.0
12 stars 3 forks source link

feat: iso action? #3

Open xynydev opened 8 months ago

xynydev commented 8 months ago

This would be Fedora-specific, obviously. And I'd use the isogenerator action from ublue, it just might be possible to magic it somehow with accepting recipes as inputs or smth.

Would this need it's own repo, though? Anyway, it's not urgent, as we already have a functional ISO action.

xynydev commented 7 months ago

This is a necessary feature that should be built soon. Once ublue starts using their new isogenerator, we can too.

xynydev commented 7 months ago

Apparently the ISOs made by the new isogenerator are too large for GH releases... Supplying some code to upload them to some S3-compatible service would be cool, but I guess we could keep netinstall ISOs around too.

gerblesh commented 7 months ago

yeah, it's farily easy to generate the images using the provided docker/podman container locally though

xynydev commented 7 months ago

Hmm, yeah. Maybe just a guide then?

gmpinder commented 3 months ago

This is going to be available in the CLI at some point.

Issue: https://github.com/blue-build/cli/issues/151 PR: https://github.com/blue-build/cli/pull/192