File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3030 build_and_push_non_intel_images :
3131 if : github.repository == 'intel/llvm'
3232 name : " Containers"
33- runs-on : ubuntu-latest
33+ runs-on : docker-builder
3434 permissions :
3535 packages : write
3636 strategy :
@@ -70,12 +70,16 @@ jobs:
7070 build-args : ${{ matrix.build_args }}
7171
7272 # Then build "Intel Drivers" images that depend on previous images.
73+ #
74+ # XXX: on self-hosted runner the below issue may be gone (as images are now built on a single machine
75+ # and the actually latest image will be available for "intel drivers" images to use).
76+ #
7377 # Note: Building these images on PR means using old "Base" and "Build" images,
7478 # as the ones above were not yet pushed.
7579 build_and_push_intel_images :
7680 needs : build_and_push_non_intel_images
7781 name : " Containers"
78- runs-on : ubuntu-latest
82+ runs-on : docker-builder
7983 permissions :
8084 packages : write
8185 strategy :
You can’t perform that action at this time.
0 commit comments