Skip to content

Commit aa1e265

Browse files
authoredJun 11, 2024··
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
 

Diff for: ‎.goreleaser.yml

+1
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)
Please sign in to comment.