There was an error while loading. Please reload this page.
1 parent 9b312d7 commit 429bc94Copy full SHA for 429bc94
1 file changed
.goreleaser.yaml
@@ -18,7 +18,7 @@ before:
18
19
builds:
20
- id: linux
21
- main: ./cmd/pgxcli
+ main: .
22
binary: pgxcli
23
goos: [linux]
24
goarch: [amd64, arm64]
@@ -30,7 +30,7 @@ builds:
30
- -X main.commit={{.Commit}}
31
32
- id: darwin
33
34
35
goos: [darwin]
36
@@ -42,7 +42,7 @@ builds:
42
43
44
- id: windows
45
46
47
goos: [windows]
48
goarch: [amd64]
@@ -133,4 +133,4 @@ dockers_v2:
133
- "v{{ .Version }}"
134
platforms:
135
- linux/amd64
136
- - linux/arm64
+ - linux/arm64
0 commit comments