Skip to content

Commit b147ad0

Browse files
committed
ci: try to build for arm64
Try to use the free arm64 runners from Github: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 7d0ac1e commit b147ad0

File tree

1 file changed

+14
-40
lines changed

1 file changed

+14
-40
lines changed

.github/workflows/image.yml

+14-40
Original file line numberDiff line numberDiff line change
@@ -362,43 +362,17 @@ jobs:
362362
base-image: "ubuntu:22.04"
363363
skip-drivers: 'false'
364364
makeflags: "--jobs=4 --output-sync=target"
365-
# parallel-builds:
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:
392-
# - build-type: 'cublas'
393-
# cuda-major-version: "12"
394-
# cuda-minor-version: "0"
395-
# platforms: 'linux/arm64'
396-
# tag-latest: 'false'
397-
# tag-suffix: '-nvidia-l4t-arm64-core'
398-
# latest-image: 'latest-nvidia-l4t-arm64-core'
399-
# ffmpeg: 'true'
400-
# image-type: 'core'
401-
# base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
402-
# runs-on: 'self-hosted'
403-
# makeflags: "--jobs=4 --output-sync=target"
404-
# skip-drivers: 'true'
365+
# ARM64
366+
- build-type: 'cublas'
367+
cuda-major-version: "12"
368+
cuda-minor-version: "0"
369+
platforms: 'linux/arm64'
370+
tag-latest: 'false'
371+
tag-suffix: '-nvidia-l4t-arm64-core'
372+
latest-image: 'latest-nvidia-l4t-arm64-core'
373+
ffmpeg: 'true'
374+
image-type: 'core'
375+
base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
376+
runs-on: 'ubuntu-24.04-arm'
377+
makeflags: "--jobs=4 --output-sync=target"
378+
skip-drivers: 'true'

0 commit comments

Comments
 (0)