From 2bbc52fcc8672d142874ab8b44c88e587c935c17 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 28 May 2024 10:34:59 +0200 Subject: [PATCH] feat(build): add arm64 core containers (#2421) ci: add arm64 container images Signed-off-by: Ettore Di Giacinto --- .github/workflows/image.yml | 2 +- Dockerfile | 40 ++++++++++++++++++++++++++++++++++--- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 6ce90b1f6904..15b2693c3711 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -260,7 +260,7 @@ jobs: matrix: include: - build-type: '' - platforms: 'linux/amd64' + platforms: 'linux/amd64,linux/arm64' tag-latest: 'auto' tag-suffix: '-ffmpeg-core' ffmpeg: 'true' diff --git a/Dockerfile b/Dockerfile index e9653f5566fb..74e979349fc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -104,6 +104,31 @@ ARG CUDA_MINOR_VERSION=7 ENV BUILD_TYPE=${BUILD_TYPE} # CuBLAS requirements +RUN <