We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bf723 commit 2fded50Copy full SHA for 2fded50
.github/workflows/matrix.json
@@ -60,5 +60,32 @@
60
"sccache": true,
61
"grpc": true,
62
"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
77
78
+ "extraBuildArgs": "PLATFORM=xpu",
79
80
81
82
83
+ "name": "hpu",
84
+ "imageNamePrefix": "hpu",
85
86
87
+ "extraBuildArgs": "PLATFORM=hpu",
88
89
90
}
91
]
0 commit comments