Skip to content

Commit 236ac30

Browse files
authored
chore(ci): do not specify image-type anymore
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 6f761e6 commit 236ac30

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
tag-latest: ${{ matrix.tag-latest }}
2020
tag-suffix: ${{ matrix.tag-suffix }}
2121
ffmpeg: ${{ matrix.ffmpeg }}
22-
image-type: ${{ matrix.image-type }}
2322
build-type: ${{ matrix.build-type }}
2423
cuda-major-version: ${{ matrix.cuda-major-version }}
2524
cuda-minor-version: ${{ matrix.cuda-minor-version }}
@@ -45,7 +44,6 @@ jobs:
4544
tag-latest: 'false'
4645
tag-suffix: '-hipblas'
4746
ffmpeg: 'true'
48-
image-type: 'core'
4947
base-image: "rocm/dev-ubuntu-22.04:6.1"
5048
grpc-base-image: "ubuntu:22.04"
5149
runs-on: 'arc-runner-set'
@@ -60,7 +58,6 @@ jobs:
6058
tag-latest: ${{ matrix.tag-latest }}
6159
tag-suffix: ${{ matrix.tag-suffix }}
6260
ffmpeg: ${{ matrix.ffmpeg }}
63-
image-type: ${{ matrix.image-type }}
6461
build-type: ${{ matrix.build-type }}
6562
cuda-major-version: ${{ matrix.cuda-major-version }}
6663
cuda-minor-version: ${{ matrix.cuda-minor-version }}
@@ -87,7 +84,6 @@ jobs:
8784
tag-latest: 'auto'
8885
tag-suffix: ''
8986
ffmpeg: 'true'
90-
image-type: 'core'
9187
base-image: "ubuntu:22.04"
9288
runs-on: 'arc-runner-set'
9389
aio: "-aio-cpu"
@@ -102,7 +98,6 @@ jobs:
10298
tag-latest: 'false'
10399
tag-suffix: '-cublas-cuda11'
104100
ffmpeg: 'true'
105-
image-type: 'core'
106101
runs-on: 'arc-runner-set'
107102
base-image: "ubuntu:22.04"
108103
makeflags: "--jobs=4 --output-sync=target"
@@ -117,7 +112,6 @@ jobs:
117112
tag-latest: 'false'
118113
tag-suffix: '-cublas-cuda12'
119114
ffmpeg: 'true'
120-
image-type: 'core'
121115
runs-on: 'arc-runner-set'
122116
base-image: "ubuntu:22.04"
123117
skip-drivers: 'false'
@@ -130,7 +124,6 @@ jobs:
130124
tag-latest: 'false'
131125
tag-suffix: '-vulkan'
132126
ffmpeg: 'true'
133-
image-type: 'core'
134127
runs-on: 'arc-runner-set'
135128
base-image: "ubuntu:22.04"
136129
skip-drivers: 'false'
@@ -145,7 +138,6 @@ jobs:
145138
grpc-base-image: "ubuntu:22.04"
146139
tag-suffix: '-sycl-f16'
147140
ffmpeg: 'true'
148-
image-type: 'core'
149141
runs-on: 'arc-runner-set'
150142
makeflags: "--jobs=3 --output-sync=target"
151143
latest-image: 'latest-gpu-intel-f16'
@@ -158,7 +150,6 @@ jobs:
158150
grpc-base-image: "ubuntu:22.04"
159151
tag-suffix: '-sycl-f32'
160152
ffmpeg: 'true'
161-
image-type: 'core'
162153
runs-on: 'arc-runner-set'
163154
makeflags: "--jobs=3 --output-sync=target"
164155
latest-image: 'latest-gpu-intel-f32'
@@ -171,7 +162,6 @@ jobs:
171162
tag-latest: ${{ matrix.tag-latest }}
172163
tag-suffix: ${{ matrix.tag-suffix }}
173164
ffmpeg: ${{ matrix.ffmpeg }}
174-
image-type: ${{ matrix.image-type }}
175165
build-type: ${{ matrix.build-type }}
176166
cuda-major-version: ${{ matrix.cuda-major-version }}
177167
cuda-minor-version: ${{ matrix.cuda-minor-version }}
@@ -200,8 +190,7 @@ jobs:
200190
tag-suffix: '-nvidia-l4t-arm64'
201191
latest-image: 'latest-nvidia-l4t-arm64'
202192
ffmpeg: 'true'
203-
image-type: 'core'
204193
base-image: "nvcr.io/nvidia/l4t-jetpack:r36.4.0"
205194
runs-on: 'ubuntu-24.04-arm'
206195
makeflags: "--jobs=4 --output-sync=target"
207-
skip-drivers: 'true'
196+
skip-drivers: 'true'

0 commit comments

Comments
 (0)