Attempt to make building more granular
All checks were successful
bluebuild / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 3m39s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 24s

This commit is contained in:
2025-06-02 11:48:42 -04:00
parent ce69f99a2b
commit 94ac33a612
3 changed files with 51 additions and 3 deletions

View File

@@ -9,6 +9,10 @@ on:
- main
paths-ignore: # don't rebuild if only documentation has changed
- "**.md"
- ".github/workflows/build-nvidia.yml"
- "files/scripts/nvidia/**"
- "recipes/components/nvidia-module.yml"
- "recipes/recipe_nvidia.yml"
pull_request:
workflow_dispatch: # allow manually triggering builds
@@ -30,7 +34,6 @@ jobs:
recipe:
# !! Add your recipes here
- recipe.yml
- recipe_nvidia.yml
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image