Skip to content

Commit

Permalink
new os build
Browse files Browse the repository at this point in the history
  • Loading branch information
deemakuzovkin committed Sep 6, 2021
1 parent b1f9400 commit f2ef2ec
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,66 @@ jobs:
strategy:
matrix:
goos: [ linux, windows, darwin, android, freebsd, dragonfly, openbsd, plan9, solaris, netbsd ]
goarch: [ "386", amd64, arm64 ]
goarch: [ "386", amd64, arm64, ppc64, ppc64le ]
exclude:
- goarch: "386"
goos: darwin
- goarch: ppc64
goos: darwin
- goarch: ppc64le
goos: darwin
- goarch: "386"
goos: android
- goarch: ppc64
goos: android
- goarch: ppc64le
goos: android
- goarch: arm64
goos: windows
- goarch: ppc64
goos: windows
- goarch: ppc64le
goos: windows
- goarch: arm64
goos: freebsd
- goarch: [ "386", arm64 ]
- goarch: ppc64
goos: freebsd
- goarch: ppc64le
goos: freebsd
- goarch: ppc64
goos: dragonfly
- goarch: arm64
goos: dragonfly
- goarch: ppc64le
goos: dragonfly
- goarch: "386"
goos: dragonfly
- goarch: arm64
goos: openbsd
- goarch: ppc64
goos: openbsd
- goarch: ppc64le
goos: openbsd
- goarch: arm64
goos: plan9
- goarch: ppc64
goos: plan9
- goarch: ppc64le
goos: plan9
- goarch: arm64
goos: solaris
- goarch: ppc64
goos: solaris
- goarch: "386"
goos: solaris
- goarch: ppc64le
goos: solaris
- goarch: arm64
goos: netbsd
- goarch: ppc64
goos: netbsd
- goarch: ppc64le
goos: netbsd
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
Expand Down

0 comments on commit f2ef2ec

Please sign in to comment.