deprecate-nvidia-use-github (#50)

Reviewed-on: #50
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
This commit is contained in:
2025-08-01 21:09:36 -04:00
committed by eriq12
parent b64c19c3e5
commit 42e52e93e7
9 changed files with 16 additions and 90 deletions

View File

@@ -1,6 +1,11 @@
name: bluebuild-nvidia
name: bluebuild test pr
on:
pull_request:
workflow_dispatch: # allow manually triggering builds
concurrency:
# only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
bluebuild:
name: Build Custom Image
@@ -14,8 +19,9 @@ jobs:
matrix:
recipe:
# !! Add your recipes here
- recipe_nvidia.yml
- recipe.yml
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/github-action@v1.8
@@ -27,4 +33,4 @@ jobs:
pr_event_number: ${{ github.event.number }}
# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true
maximize_build_space: true

View File

@@ -9,12 +9,11 @@ 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
concurrency:
# only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
bluebuild:
name: Build Custom Image
@@ -43,3 +42,4 @@ jobs:
# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true
rechunk: true