From 7c928c9e7312308673ea4f5cb96fb1dcc6853c31 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:56:16 -0700 Subject: [PATCH] Update build_CPU.yml arm build broken right now --- .github/workflows/build_CPU.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_CPU.yml b/.github/workflows/build_CPU.yml index 365c9da..8ddc2c9 100644 --- a/.github/workflows/build_CPU.yml +++ b/.github/workflows/build_CPU.yml @@ -41,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: |