@ -12,15 +12,23 @@ jobs:
strategy:
matrix:
goos: [linux, windows, darwin, freebsd, netbsd, openbsd]
goarch: [amd64, arm, arm64, 386]
goarch: [amd64, arm, arm64, 386, ppc64le, s390x]
exclude:
- goarch: arm
goos: darwin
- goarch: 386
- goarch: ppc64le
- goarch: s390x
goos: windows
- goarch: arm64
steps:
@ -15,13 +15,25 @@ jobs:
runs-on: ubuntu-latest
goos: [linux, windows, darwin, freebsd ]
goarch: [amd64, arm]
# Steps represent a sequence of tasks that will be executed as part of the job