From 2cf2dc21bb23aac3763940e92d69b70ca0a71fae Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:48:21 -0700 Subject: [PATCH] Update build_CPU.yml --- .github/workflows/build_CPU.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build_CPU.yml b/.github/workflows/build_CPU.yml index 43c8fc6..365c9da 100644 --- a/.github/workflows/build_CPU.yml +++ b/.github/workflows/build_CPU.yml @@ -12,10 +12,6 @@ jobs: runs-on: ubuntu-latest strategy: fail-fast: false - matrix: - platform: - - linux/amd64 - #- linux/arm64 steps: - name: Checkout @@ -45,7 +41,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64 #,linux/arm64 + platforms: linux/amd64,linux/arm64 file: ./Dockerfile.cpu push: true tags: |