We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ppc64le
1 parent c5ac07c commit 4704973Copy full SHA for 4704973
1 file changed
.goreleaser.yml
@@ -10,6 +10,10 @@ builds:
10
goos:
11
- linux
12
- windows
13
+ goarch:
14
+ - amd64
15
+ - arm64
16
+ - ppc64le
17
hooks:
18
pre: go generate ./...
19
@@ -19,7 +23,6 @@ archives:
23
{{- title .Os }}_
20
24
{{- if eq .Arch "amd64" }}x86_64
21
25
{{- else if eq .Arch "386" }}i386
22
- {{- else if eq .Arch "ppc64le" }}ppy64le
26
{{- else }}{{ .Arch }}{{ end }}
27
wrap_in_directory: true
28
format_overrides:
@@ -49,7 +52,6 @@ nfpms:
49
52
50
53
51
54
55
56
57
vendor: CYBERTEC PostgreSQL International GmbH
0 commit comments