Skip to content

Commit

Permalink
Merge pull request #679 from IdanAdar/patch-1
Browse files Browse the repository at this point in the history
Update .goreleaser.yml with support for IBM Power/ppc64le architecture
  • Loading branch information
MuneebAijaz authored Jun 11, 2024
2 parents 21711b3 + c40632f commit aa1e265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ builds:
- amd64
- arm
- arm64
- ppc64le
archives:
- name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
snapshot:
Expand Down

0 comments on commit aa1e265

Please sign in to comment.