File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,27 @@ builds:
2828 - -tags=plugins,keystore
2929 ldflags :
3030 - -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser -X main.tags=plugins,keystore
31+ - id : buildbsd
32+ env :
33+ - CGO_ENABLED=0
34+ main : ./cmd/ccat
35+ goos :
36+ - freebsd
37+ - netbsd
38+ - openbsd
39+ - dragonfly
40+
41+ goarch :
42+ - amd64
43+ - arm64
44+ - arm
45+ goarm : ["6", "7"]
46+ mod_timestamp : ' {{ .CommitTimestamp }}'
47+ flags :
48+ - -v
49+ - -tags=plugins
50+ ldflags :
51+ - -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser -X main.tags=plugins
3152archives :
3253 - name_template : " {{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
3354 files :
You can’t perform that action at this time.
0 commit comments