Skip to content

Commit b5eeb5c

Browse files
committed
ci(arm64): run in parallel
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent b147ad0 commit b5eeb5c

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

.github/workflows/image.yml

+28-2
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,33 @@ jobs:
362362
base-image: "ubuntu:22.04"
363363
skip-drivers: 'false'
364364
makeflags: "--jobs=4 --output-sync=target"
365-
# ARM64
365+
gh-runner:
366+
uses: ./.github/workflows/image_build.yml
367+
with:
368+
tag-latest: ${{ matrix.tag-latest }}
369+
tag-suffix: ${{ matrix.tag-suffix }}
370+
ffmpeg: ${{ matrix.ffmpeg }}
371+
image-type: ${{ matrix.image-type }}
372+
build-type: ${{ matrix.build-type }}
373+
cuda-major-version: ${{ matrix.cuda-major-version }}
374+
cuda-minor-version: ${{ matrix.cuda-minor-version }}
375+
platforms: ${{ matrix.platforms }}
376+
runs-on: ${{ matrix.runs-on }}
377+
aio: ${{ matrix.aio }}
378+
base-image: ${{ matrix.base-image }}
379+
grpc-base-image: ${{ matrix.grpc-base-image }}
380+
makeflags: ${{ matrix.makeflags }}
381+
latest-image: ${{ matrix.latest-image }}
382+
latest-image-aio: ${{ matrix.latest-image-aio }}
383+
skip-drivers: ${{ matrix.skip-drivers }}
384+
secrets:
385+
dockerUsername: ${{ secrets.DOCKERHUB_USERNAME }}
386+
dockerPassword: ${{ secrets.DOCKERHUB_PASSWORD }}
387+
quayUsername: ${{ secrets.LOCALAI_REGISTRY_USERNAME }}
388+
quayPassword: ${{ secrets.LOCALAI_REGISTRY_PASSWORD }}
389+
strategy:
390+
matrix:
391+
include:
366392
- build-type: 'cublas'
367393
cuda-major-version: "12"
368394
cuda-minor-version: "0"
@@ -375,4 +401,4 @@ jobs:
375401
base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
376402
runs-on: 'ubuntu-24.04-arm'
377403
makeflags: "--jobs=4 --output-sync=target"
378-
skip-drivers: 'true'
404+
skip-drivers: 'true'

0 commit comments

Comments
 (0)