From 28fd5102016d1bca980592e91554ef261b585494 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 24 Sep 2025 16:19:47 +0200 Subject: [PATCH 1/2] chore(cudds): add cudds to l4t images Signed-off-by: Ettore Di Giacinto --- Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1e356014dec3..151c73e161fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,6 +78,16 @@ RUN < Date: Wed, 24 Sep 2025 16:23:22 +0200 Subject: [PATCH 2/2] add arm64 to CI tests Signed-off-by: Ettore Di Giacinto --- .github/workflows/image-pr.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/image-pr.yml b/.github/workflows/image-pr.yml index a2410b22827e..c949cd9ccb85 100644 --- a/.github/workflows/image-pr.yml +++ b/.github/workflows/image-pr.yml @@ -66,3 +66,13 @@ jobs: runs-on: 'ubuntu-latest' base-image: "ubuntu:22.04" makeflags: "--jobs=4 --output-sync=target" + - build-type: 'cublas' + cuda-major-version: "12" + cuda-minor-version: "0" + platforms: 'linux/arm64' + tag-latest: 'false' + tag-suffix: '-nvidia-l4t-arm64' + base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0" + runs-on: 'ubuntu-24.04-arm' + makeflags: "--jobs=4 --output-sync=target" + skip-drivers: 'true'