We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0428d7d + 9a7ca39 commit 29ec4c3Copy full SHA for 29ec4c3
.goreleaser.yaml
@@ -11,7 +11,7 @@ builds:
11
- main: ./main.go
12
binary: cidr
13
goos: ["linux", "darwin", "windows"]
14
- goarch: ["386", "amd64"]
+ goarch: ["386", "amd64", "arm64"]
15
ldflags:
16
- -s -w -X "github.com/bschaatsbergen/cidr/cmd.version={{.Version}}"
17
env:
0 commit comments