From 7a97c3882867bfdbbf159853953db275b4bc106e Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Fri, 14 Feb 2025 11:04:33 -0800 Subject: [PATCH] enable parallel container built #46 --- .github/workflows/containers.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index a1f3124..4ac6a30 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -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