Skip to content

Commit 4704973

Browse files
committed
[-] fix ppc64le artifacts production
1 parent c5ac07c commit 4704973

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ builds:
1010
goos:
1111
- linux
1212
- windows
13+
goarch:
14+
- amd64
15+
- arm64
16+
- ppc64le
1317
hooks:
1418
pre: go generate ./...
1519

@@ -19,7 +23,6 @@ archives:
1923
{{- title .Os }}_
2024
{{- if eq .Arch "amd64" }}x86_64
2125
{{- else if eq .Arch "386" }}i386
22-
{{- else if eq .Arch "ppc64le" }}ppy64le
2326
{{- else }}{{ .Arch }}{{ end }}
2427
wrap_in_directory: true
2528
format_overrides:
@@ -49,7 +52,6 @@ nfpms:
4952
{{- title .Os }}_
5053
{{- if eq .Arch "amd64" }}x86_64
5154
{{- else if eq .Arch "386" }}i386
52-
{{- else if eq .Arch "ppc64le" }}ppy64le
5355
{{- else }}{{ .Arch }}{{ end }}
5456
5557
vendor: CYBERTEC PostgreSQL International GmbH

0 commit comments

Comments
 (0)