**build(goreleaser): set CGO_ENABLED=0 for cli-proxy-api binaries**

- Disabled CGO to produce statically linked binaries.
- Minor formatting adjustment for newline at EOF.
This commit is contained in:
Luis Pater
2025-11-21 23:59:02 +08:00
parent c1031e2d3f
commit cbf9a57135

View File

@@ -1,5 +1,7 @@
builds: builds:
- id: "cli-proxy-api" - id: "cli-proxy-api"
env:
- CGO_ENABLED=0
goos: goos:
- linux - linux
- windows - windows
@@ -34,4 +36,4 @@ changelog:
filters: filters:
exclude: exclude:
- '^docs:' - '^docs:'
- '^test:' - '^test:'