diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index f7a141e0..53916b41 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -19,7 +19,6 @@ jobs: tag-latest: ${{ matrix.tag-latest }} tag-suffix: ${{ matrix.tag-suffix }} ffmpeg: ${{ matrix.ffmpeg }} - image-type: ${{ matrix.image-type }} build-type: ${{ matrix.build-type }} cuda-major-version: ${{ matrix.cuda-major-version }} cuda-minor-version: ${{ matrix.cuda-minor-version }} @@ -45,7 +44,6 @@ jobs: tag-latest: 'false' tag-suffix: '-hipblas' ffmpeg: 'true' - image-type: 'core' base-image: "rocm/dev-ubuntu-22.04:6.1" grpc-base-image: "ubuntu:22.04" runs-on: 'arc-runner-set' @@ -60,7 +58,6 @@ jobs: tag-latest: ${{ matrix.tag-latest }} tag-suffix: ${{ matrix.tag-suffix }} ffmpeg: ${{ matrix.ffmpeg }} - image-type: ${{ matrix.image-type }} build-type: ${{ matrix.build-type }} cuda-major-version: ${{ matrix.cuda-major-version }} cuda-minor-version: ${{ matrix.cuda-minor-version }} @@ -87,7 +84,6 @@ jobs: tag-latest: 'auto' tag-suffix: '' ffmpeg: 'true' - image-type: 'core' base-image: "ubuntu:22.04" runs-on: 'arc-runner-set' aio: "-aio-cpu" @@ -102,7 +98,6 @@ jobs: tag-latest: 'false' tag-suffix: '-cublas-cuda11' ffmpeg: 'true' - image-type: 'core' runs-on: 'arc-runner-set' base-image: "ubuntu:22.04" makeflags: "--jobs=4 --output-sync=target" @@ -117,7 +112,6 @@ jobs: tag-latest: 'false' tag-suffix: '-cublas-cuda12' ffmpeg: 'true' - image-type: 'core' runs-on: 'arc-runner-set' base-image: "ubuntu:22.04" skip-drivers: 'false' @@ -130,7 +124,6 @@ jobs: tag-latest: 'false' tag-suffix: '-vulkan' ffmpeg: 'true' - image-type: 'core' runs-on: 'arc-runner-set' base-image: "ubuntu:22.04" skip-drivers: 'false' @@ -145,7 +138,6 @@ jobs: grpc-base-image: "ubuntu:22.04" tag-suffix: '-sycl-f16' ffmpeg: 'true' - image-type: 'core' runs-on: 'arc-runner-set' makeflags: "--jobs=3 --output-sync=target" latest-image: 'latest-gpu-intel-f16' @@ -158,7 +150,6 @@ jobs: grpc-base-image: "ubuntu:22.04" tag-suffix: '-sycl-f32' ffmpeg: 'true' - image-type: 'core' runs-on: 'arc-runner-set' makeflags: "--jobs=3 --output-sync=target" latest-image: 'latest-gpu-intel-f32' @@ -171,7 +162,6 @@ jobs: tag-latest: ${{ matrix.tag-latest }} tag-suffix: ${{ matrix.tag-suffix }} ffmpeg: ${{ matrix.ffmpeg }} - image-type: ${{ matrix.image-type }} build-type: ${{ matrix.build-type }} cuda-major-version: ${{ matrix.cuda-major-version }} cuda-minor-version: ${{ matrix.cuda-minor-version }} @@ -200,8 +190,7 @@ jobs: tag-suffix: '-nvidia-l4t-arm64' latest-image: 'latest-nvidia-l4t-arm64' ffmpeg: 'true' - image-type: 'core' 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' \ No newline at end of file + skip-drivers: 'true'