Skip to content

Commit

Permalink
Add ppc64le to binary release matrix for Linux
Browse files Browse the repository at this point in the history
Closes #11924
  • Loading branch information
nywilken committed Aug 31, 2022
1 parent f56414a commit bb6fbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
goos: [ freebsd, windows, netbsd, openbsd, solaris ]
goarch: [ "386", "amd64", "arm" ]
goarch: [ "386", "amd64", "arm"]
go: [ "${{ needs.get-go-version.outputs.go-version }}" ]
exclude:
- goos: solaris
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
strategy:
matrix:
goos: [ linux ]
goarch: [ "arm", "arm64", "386", "amd64" ]
goarch: [ "arm", "arm64", "386", "amd64", "ppc64le"]
go: [ "${{ needs.get-go-version.outputs.go-version }}" ]
fail-fast: true

Expand Down

0 comments on commit bb6fbc9

Please sign in to comment.