Split recipe into common-modules.yml, and recipe_gnome.yml. Add recipe_gnome-nvidia-open and update build.yml to support building a new nvidia-compatible image in addition to the normal gnome image

This commit is contained in:
badblocks 2025-06-04 23:01:23 -07:00
parent 892fc68e4e
commit 6386f24d12
No known key found for this signature in database
5 changed files with 27 additions and 14 deletions

View file

@ -21,7 +21,8 @@ jobs:
fail-fast: false # stop GH from cancelling all matrix builds if one fails
matrix:
recipe:
- recipe.yml
- recipe_gnome.yml
- recipe_gnome-nvidia-open.yml
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image