mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-18 04:10:51 +08:00
17 lines
275 B
YAML
17 lines
275 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"
|
|
files:
|
|
- LICENSE
|
|
- README.md
|
|
- config.yaml |