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: |