From 39cd6389d1887e48b28dbc881652f33695e2c100 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:23:47 -0600 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 4e2dc80..d491078 100644 --- a/.github/workflows/build_CPU.yml +++ b/.github/workflows/build_CPU.yml @@ -41,7 +41,7 @@ jobs: name: Build and push CPU uses: docker/build-push-action@v5 with: - platform: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64 + platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64 file: ./Dockerfile.cpu push: true tags: mccloud/subgen:cpu