diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 6ce90b1f..15b2693c 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 e9653f55..74e97934 100644 --- a/Dockerfile +++ b/Dockerfile @@ -104,6 +104,31 @@ ARG CUDA_MINOR_VERSION=7 ENV BUILD_TYPE=${BUILD_TYPE} # CuBLAS requirements +RUN <