We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889a91e commit 695b854Copy full SHA for 695b854
.goreleaser.yml
@@ -8,27 +8,27 @@ before:
8
hooks:
9
- go mod tidy
10
builds:
11
- - main: ./cmd/cli/
+ - main: ./cmd/myip/
12
id: FreeBSD
13
goos: ["freebsd"]
14
goarch: ["amd64"]
15
16
17
id: Linux Intel
18
goos: ["linux"]
19
20
21
22
id: Linux arm
23
24
goarch: ["arm", "arm64"]
25
26
27
id: macOS
28
goos: ["darwin"]
29
goarch: ["amd64", "arm64"]
30
31
32
id: Windows
33
goos: ["windows"]
34
0 commit comments