Skip to content

Commit

Permalink
build: added ppc64le support (wagoodman#551)
Browse files Browse the repository at this point in the history
Co-authored-by: Pooja Shah <[email protected]>
  • Loading branch information
joschi and pooja0805 committed Nov 7, 2024
1 parent da811f0 commit 3c82597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ builds:
goarch:
- amd64
- arm64
- ppc64le
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.buildTime={{.Date}}`.

brews:
Expand Down

0 comments on commit 3c82597

Please sign in to comment.