update workflow to build cpu and disable musa
This commit is contained in:
3
.github/workflows/containers.yml
vendored
3
.github/workflows/containers.yml
vendored
@@ -15,7 +15,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [intel, cuda, vulkan, musa]
|
platform: [intel, cuda, vulkan, cpu]
|
||||||
|
#platform: [intel, cuda, vulkan, musa]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user