Skip to content

Commit e3da7f3

Browse files
committed
docs: update goreleaser.yaml
1 parent dd741a1 commit e3da7f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ builds:
1919
output: true
2020
main: ./cmd/center/
2121
binary: n9e
22-
env:
23-
- CGO_ENABLED=0
2422
goos:
2523
- linux
2624
goarch:
2725
- amd64
2826
- arm64
27+
overrides:
28+
- goarch: arm64
29+
env:
30+
- CGO_ENABLED=0
2931
ldflags:
3032
- -s -w
3133
- -X github.com/ccfos/nightingale/v6/pkg/version.Version={{ .Tag }}-{{.Commit}}

0 commit comments

Comments
 (0)