Skip to content

Commit 9667989

Browse files
authored
Disabling intel container build since it's been broken for weeks.
1 parent d9a1dde commit 9667989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/containers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
platform: [intel, cuda, vulkan, cpu, musa]
18+
#platform: [intel, cuda, vulkan, cpu, musa]
19+
platform: [cuda, vulkan, cpu, musa]
1920
fail-fast: false
2021
steps:
2122
- name: Checkout code

0 commit comments

Comments
 (0)