From cc7ba0efffb25cfdfec2aaa96a25567f741fc500 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:36:52 -0700 Subject: [PATCH] Update build_CPU.yml --- .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 01395d6..1af2ee2 100644 --- a/.github/workflows/build_CPU.yml +++ b/.github/workflows/build_CPU.yml @@ -42,7 +42,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64, linux/arm64/v8, linux/arm64/v7 + platforms: linux/amd64,linux/arm64, linux/arm64/v8, linux/arm/v7 file: ./Dockerfile.cpu push: true tags: |