From cfefa254ca38fd4fbed6236bf352b6d335567a8e Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:21:06 -0600 Subject: [PATCH] Update build_CPU.yml --- .github/workflows/build_CPU.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_CPU.yml b/.github/workflows/build_CPU.yml index d877916..b703943 100644 --- a/.github/workflows/build_CPU.yml +++ b/.github/workflows/build_CPU.yml @@ -27,6 +27,7 @@ jobs: name: Build and push CPU uses: docker/build-push-action@v5 with: + platforms: linux/amd64, linux/arm64 file: ./Dockerfile.cpu push: true tags: mccloud/subgen:cpu