Skip to content

Commit ff57334

Browse files
committed
ci(workflows): fix failing GitHub Actions runners
Signed-off-by: Alessandro Sturniolo <[email protected]>
1 parent 60f4126 commit ff57334

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/backend.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ jobs:
857857
cuda-major-version: "12"
858858
cuda-minor-version: "9"
859859
platforms: 'linux/arm64'
860-
skip-drivers: 'true'
860+
skip-drivers: 'false'
861861
tag-latest: 'auto'
862862
tag-suffix: '-nvidia-l4t-arm64-llama-cpp'
863863
base-image: "ubuntu:24.04"
@@ -936,7 +936,7 @@ jobs:
936936
cuda-major-version: "12"
937937
cuda-minor-version: "9"
938938
platforms: 'linux/arm64'
939-
skip-drivers: 'true'
939+
skip-drivers: 'false'
940940
tag-latest: 'auto'
941941
tag-suffix: '-nvidia-l4t-arm64-stablediffusion-ggml'
942942
base-image: "ubuntu:24.04"
@@ -1002,7 +1002,7 @@ jobs:
10021002
cuda-major-version: "12"
10031003
cuda-minor-version: "9"
10041004
platforms: 'linux/arm64'
1005-
skip-drivers: 'true'
1005+
skip-drivers: 'false'
10061006
tag-latest: 'auto'
10071007
tag-suffix: '-nvidia-l4t-arm64-whisper'
10081008
base-image: "ubuntu:24.04"
@@ -1237,7 +1237,7 @@ jobs:
12371237
skip-drivers: 'false'
12381238
backend: "vibevoice"
12391239
dockerfile: "./backend/Dockerfile.python"
1240-
context: "./backend"
1240+
context: "./"
12411241
ubuntu-version: '2404'
12421242
backend-jobs-darwin:
12431243
uses: ./.github/workflows/backend_build_darwin.yml

0 commit comments

Comments
 (0)