mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 21:10:51 +08:00
- Added `tar.gz` as the default archive format. - Introduced `zip` format override for Windows builds.
22 lines
387 B
YAML
22 lines
387 B
YAML
builds:
|
|
- id: "cli-proxy-api"
|
|
goos:
|
|
- linux
|
|
- windows
|
|
- darwin
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
main: ./cmd/server/
|
|
binary: cli-proxy-api
|
|
archives:
|
|
- id: "cli-proxy-api"
|
|
format: tar.gz
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
files:
|
|
- LICENSE
|
|
- README.md
|
|
- README_CN.md
|
|
- config.example.yaml |