From a2b4cb8136d02cced4294d5a3f06a16af81abd8e Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:35:25 -0600 Subject: [PATCH] Update build_CPU.yml --- .github/workflows/build_CPU.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build_CPU.yml b/.github/workflows/build_CPU.yml index ad426a0..6563cef 100644 --- a/.github/workflows/build_CPU.yml +++ b/.github/workflows/build_CPU.yml @@ -16,6 +16,14 @@ jobs: docker: runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + platform: + - linux/amd64 + - linux/arm/v6 + - linux/arm/v7 + - linux/arm64 steps: - name: Checkout uses: actions/checkout@v4