Skip to content

Commit c223bb7

Browse files
committed
tests
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 977d2da commit c223bb7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/image-pr.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,13 @@ jobs:
7575
runs-on: 'ubuntu-latest'
7676
base-image: "ubuntu:22.04"
7777
makeflags: "--jobs=4 --output-sync=target"
78+
- build-type: 'cublas'
79+
cuda-major-version: "13"
80+
cuda-minor-version: "0"
81+
platforms: 'linux/arm64'
82+
tag-latest: 'false'
83+
tag-suffix: '-nvidia-l4t-arm64-cuda-13'
84+
base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
85+
runs-on: 'ubuntu-24.04-arm'
86+
makeflags: "--jobs=4 --output-sync=target"
87+
skip-drivers: 'false'

0 commit comments

Comments
 (0)