enable parallel container built #46
This commit is contained in:
6
.github/workflows/containers.yml
vendored
6
.github/workflows/containers.yml
vendored
@@ -1,8 +1,5 @@
|
|||||||
name: Build Containers
|
name: Build Containers
|
||||||
|
|
||||||
# permissions:
|
|
||||||
# packages: write
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: "0 11 * * *" # Runs daily at 11 AM UTC (3 AM PST)
|
# - cron: "0 11 * * *" # Runs daily at 11 AM UTC (3 AM PST)
|
||||||
@@ -16,8 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [cuda]
|
platform: [intel, cuda, vulkan, musa]
|
||||||
#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