-
Notifications
You must be signed in to change notification settings - Fork 3
Build and publish bootable ISO via GitHub Releases #20
Copy link
Copy link
Closed
Labels
ai-readyWell-defined, AI can pick up immediatelyWell-defined, AI can pick up immediatelydifficulty:hardComplex taskComplex taskdifficulty:lowEasy taskEasy taskenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersmodule:domw3cos-dom cratew3cos-dom cratemodule:systemsystem/ bootable ISOsystem/ bootable ISO
Metadata
Metadata
Assignees
Labels
ai-readyWell-defined, AI can pick up immediatelyWell-defined, AI can pick up immediatelydifficulty:hardComplex taskComplex taskdifficulty:lowEasy taskEasy taskenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersmodule:domw3cos-dom cratew3cos-dom cratemodule:systemsystem/ bootable ISOsystem/ bootable ISO
Module
system/+.github/workflows/build-iso.ymlDescription
Get the Buildroot-based ISO build working end-to-end and publish it as a GitHub Release. The workflow exists but hasn't been tested with a real build.
Acceptance Criteria
build-iso.ymlworkflow successfully builds a bootable x86_64 ISORelevant Files
system/scripts/build-iso.sh— Build scriptsystem/buildroot/w3cos_x86_64_defconfig— Buildroot config.github/workflows/build-iso.yml— CI workflowDifficulty
Hard — requires Buildroot expertise and debugging boot issues.