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 6, 2024
1 parent d97aa57 commit 2a48ad0
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 @@ -17,6 +17,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 2a48ad0

Please sign in to comment.