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