mvallim / live-custom-ubuntu-from-scratch

(Yes, the project is still alive 😃) This procedure shows how to create a bootable and installable Ubuntu Live (along with the automatic hardware detection and configuration) from scratch.
https://mvallim.github.io/live-custom-ubuntu-from-scratch/
GNU General Public License v3.0
397 stars 186 forks source link

Basic GitHub workflow to generate ISO #21

Closed kgilmer closed 3 years ago

kgilmer commented 3 years ago

You may or may not want this, but it's a simple github workflow that just calls the script to generate an ISO. Two uses I can think of:

  1. It can be used to test changes
  2. It can allow people to fork and run the scripts from their github account without requiring a local build machine

Thanks again for your project!

kgilmer commented 3 years ago

Here is an example of a fork and build: https://github.com/kgilmer/regolith-ubuntu-iso-builder/actions/workflows/build-focal.yml