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:
parent
892fc68e4e
commit
6386f24d12
5 changed files with 27 additions and 14 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue