diff options
Diffstat (limited to '.github/workflows/binary_test.yml')
| -rw-r--r-- | .github/workflows/binary_test.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/binary_test.yml b/.github/workflows/binary_test.yml index aa7d3dbf4..ed138ca31 100644 --- a/.github/workflows/binary_test.yml +++ b/.github/workflows/binary_test.yml @@ -13,24 +13,16 @@ jobs: strategy: matrix: goos: [linux, windows, darwin, freebsd, netbsd, openbsd] - goarch: [amd64, arm, arm64, 386, ppc64le, s390x] + goarch: [amd64, arm, arm64, 386] exclude: - goarch: arm goos: darwin - goarch: 386 goos: darwin - - goarch: ppc64le - goos: darwin - - goarch: s390x - goos: darwin - goarch: arm goos: windows - goarch: arm64 goos: windows - - goarch: ppc64le - goos: windows - - goarch: s390x - goos: windows concurrency: group: ${{ github.head_ref }}/binary_test/${{ matrix.goos }}/${{ matrix.goarch }} |
