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
|
||||
|
||||
# permissions:
|
||||
# packages: write
|
||||
|
||||
on:
|
||||
# schedule:
|
||||
# - cron: "0 11 * * *" # Runs daily at 11 AM UTC (3 AM PST)
|
||||
@@ -16,8 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [cuda]
|
||||
#platform: [intel, cuda, vulkan, musa]
|
||||
platform: [intel, cuda, vulkan, musa]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user