|
@ -11,16 +11,24 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ] |
|
|
|
|
|
goarch: [amd64, arm, arm64, 386] |
|
|
|
|
|
|
|
|
goos: [linux, windows, darwin, freebsd, netbsd, openbsd] |
|
|
|
|
|
goarch: [amd64, arm, arm64, 386, ppc64le, s390x] |
|
|
exclude: |
|
|
exclude: |
|
|
- goarch: arm |
|
|
- goarch: arm |
|
|
goos: darwin |
|
|
goos: darwin |
|
|
- goarch: 386 |
|
|
- goarch: 386 |
|
|
goos: darwin |
|
|
goos: darwin |
|
|
|
|
|
- goarch: ppc64le |
|
|
|
|
|
goos: darwin |
|
|
|
|
|
- goarch: s390x |
|
|
|
|
|
goos: darwin |
|
|
|
|
|
- goarch: arm |
|
|
|
|
|
goos: windows |
|
|
- goarch: arm64 |
|
|
- goarch: arm64 |
|
|
goos: windows |
|
|
goos: windows |
|
|
- goarch: arm |
|
|
|
|
|
|
|
|
- goarch: ppc64le |
|
|
|
|
|
goos: windows |
|
|
|
|
|
- goarch: s390x |
|
|
goos: windows |
|
|
goos: windows |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|