From 4e0c8591cdc43735788bf79843224cd2f5e7945a Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 13 Nov 2024 12:00:59 +0000 Subject: [PATCH] fix --- .github/workflows/CI.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3b3f5d1..fb6304b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -140,9 +140,6 @@ jobs: strategy: matrix: tag: [cpu, cuda] - platform: - - linux/amd64 - - linux/arm64 steps: - uses: actions/checkout@v4 - name: Set up QEMU @@ -163,4 +160,4 @@ jobs: tags: | ghcr.io/${{ github.repository }}:${{ matrix.tag }} file: docker/${{ matrix.tag }}.Dockerfile - platforms: ${{ matrix.platform }} + platforms: linux/amd64, linux/arm64