Skip to content

Commit 2fded50

Browse files
Add intel based images to the CI (#518)
1 parent f0bf723 commit 2fded50

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/matrix.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,32 @@
6060
"sccache": true,
6161
"grpc": true,
6262
"dockerfile": "Dockerfile"
63+
},
64+
{
65+
"name": "cpu-ipex",
66+
"imageNamePrefix": "cpu-ipex",
67+
"runOn": "always",
68+
"sccache": true,
69+
"extraBuildArgs": "PLATFORM=cpu",
70+
"grpc": true,
71+
"dockerfile": "Dockerfile-intel"
72+
},
73+
{
74+
"name": "xpu-ipex",
75+
"imageNamePrefix": "xpu-ipex",
76+
"runOn": "always",
77+
"sccache": true,
78+
"extraBuildArgs": "PLATFORM=xpu",
79+
"grpc": true,
80+
"dockerfile": "Dockerfile-intel"
81+
},
82+
{
83+
"name": "hpu",
84+
"imageNamePrefix": "hpu",
85+
"runOn": "always",
86+
"sccache": true,
87+
"extraBuildArgs": "PLATFORM=hpu",
88+
"grpc": true,
89+
"dockerfile": "Dockerfile-intel"
6390
}
6491
]

0 commit comments

Comments
 (0)