Skip to content

Commit aa1e265

Browse files
authored
Merge pull request #679 from IdanAdar/patch-1
Update .goreleaser.yml with support for IBM Power/ppc64le architecture
2 parents 21711b3 + c40632f commit aa1e265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ builds:
1010
- amd64
1111
- arm
1212
- arm64
13+
- ppc64le
1314
archives:
1415
- name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
1516
snapshot:

0 commit comments

Comments
 (0)