@@ -25,12 +25,14 @@ jobs:
2525 tag-suffix : ' '
2626 ffmpeg : ' '
2727 image-type : ' extras'
28+ runs-on : ' arc-runner-set'
2829 - build-type : ' '
2930 platforms : ' linux/amd64'
3031 tag-latest : ' false'
3132 tag-suffix : ' -ffmpeg'
3233 ffmpeg : ' true'
3334 image-type : ' extras'
35+ runs-on : ' arc-runner-set'
3436 - build-type : ' cublas'
3537 cuda-major-version : 11
3638 cuda-minor-version : 7
3941 tag-suffix : ' -cublas-cuda11'
4042 ffmpeg : ' '
4143 image-type : ' extras'
44+ runs-on : ' arc-runner-set'
4245 - build-type : ' cublas'
4346 cuda-major-version : 12
4447 cuda-minor-version : 1
4750 tag-suffix : ' -cublas-cuda12'
4851 ffmpeg : ' '
4952 image-type : ' extras'
53+ runs-on : ' arc-runner-set'
5054 - build-type : ' cublas'
5155 cuda-major-version : 11
5256 cuda-minor-version : 7
5559 tag-suffix : ' -cublas-cuda11-ffmpeg'
5660 ffmpeg : ' true'
5761 image-type : ' extras'
62+ runs-on : ' arc-runner-set'
5863 - build-type : ' cublas'
5964 cuda-major-version : 12
6065 cuda-minor-version : 1
@@ -63,19 +68,22 @@ jobs:
6368 tag-suffix : ' -cublas-cuda12-ffmpeg'
6469 ffmpeg : ' true'
6570 image-type : ' extras'
71+ runs-on : ' arc-runner-set'
6672 - build-type : ' '
6773 # platforms: 'linux/amd64,linux/arm64'
6874 platforms : ' linux/amd64'
6975 tag-latest : ' auto'
7076 tag-suffix : ' '
7177 ffmpeg : ' '
7278 image-type : ' extras'
79+ runs-on : ' arc-runner-set'
7380 - build-type : ' '
7481 platforms : ' linux/amd64'
7582 tag-latest : ' false'
7683 tag-suffix : ' -ffmpeg-core'
7784 ffmpeg : ' true'
7885 image-type : ' core'
86+ runs-on : ' ubuntu-latest'
7987 - build-type : ' cublas'
8088 cuda-major-version : 11
8189 cuda-minor-version : 7
8492 tag-suffix : ' -cublas-cuda11-core'
8593 ffmpeg : ' '
8694 image-type : ' core'
95+ runs-on : ' ubuntu-latest'
8796 - build-type : ' cublas'
8897 cuda-major-version : 12
8998 cuda-minor-version : 1
92101 tag-suffix : ' -cublas-cuda12-core'
93102 ffmpeg : ' '
94103 image-type : ' core'
104+ runs-on : ' ubuntu-latest'
95105 - build-type : ' cublas'
96106 cuda-major-version : 11
97107 cuda-minor-version : 7
@@ -100,6 +110,7 @@ jobs:
100110 tag-suffix : ' -cublas-cuda11-ffmpeg-core'
101111 ffmpeg : ' true'
102112 image-type : ' core'
113+ runs-on : ' ubuntu-latest'
103114 - build-type : ' cublas'
104115 cuda-major-version : 12
105116 cuda-minor-version : 1
@@ -108,8 +119,9 @@ jobs:
108119 tag-suffix : ' -cublas-cuda12-ffmpeg-core'
109120 ffmpeg : ' true'
110121 image-type : ' core'
122+ runs-on : ' ubuntu-latest'
111123
112- runs-on : arc-runner-set
124+ runs-on : $${{ matrix.runs-on }
113125 steps :
114126 - name : Force Install GIT latest
115127 run : |
0 commit comments