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