From 8b592561d3a6783f79c862b7e74a06f7637b5b85 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:31:40 -0700 Subject: [PATCH] Update build_CPU.yml --- .github/workflows/build_CPU.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_CPU.yml b/.github/workflows/build_CPU.yml index f52ebe2..43c8fc6 100644 --- a/.github/workflows/build_CPU.yml +++ b/.github/workflows/build_CPU.yml @@ -15,7 +15,7 @@ jobs: matrix: platform: - linux/amd64 - - linux/arm64 + #- linux/arm64 steps: - name: Checkout @@ -29,8 +29,8 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - with: - platforms: all + #with: + #platforms: all - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -45,7 +45,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: |