diff --git a/.github/workflows/c2w.yaml b/.github/workflows/c2w.yaml index f7fcc16..51d1b2e 100644 --- a/.github/workflows/c2w.yaml +++ b/.github/workflows/c2w.yaml @@ -6,6 +6,10 @@ on: name: Build Release Linux jobs: bls-c2w-images: + strategy: + matrix: + goos: [darwin, linux, windows] + goarch: [amd64, arm64] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2