Skip to content

Commit

Permalink
docs: update goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Dec 12, 2024
1 parent dd741a1 commit e3da7f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ builds:
output: true
main: ./cmd/center/
binary: n9e
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
overrides:
- goarch: arm64
env:
- CGO_ENABLED=0
ldflags:
- -s -w
- -X github.com/ccfos/nightingale/v6/pkg/version.Version={{ .Tag }}-{{.Commit}}
Expand Down

0 comments on commit e3da7f3

Please sign in to comment.