mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-04-27 05:15:48 +00:00
27 lines
533 B
YAML
27 lines
533 B
YAML
builds:
|
|
- id: "cli-proxy-api"
|
|
goos:
|
|
- linux
|
|
- windows
|
|
- darwin
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
main: ./cmd/server/
|
|
binary: cli-proxy-api
|
|
ldflags:
|
|
- -s -w
|
|
- -X 'main.Version={{.Version}}'
|
|
- -X 'main.Commit={{.ShortCommit}}'
|
|
- -X 'main.BuildDate={{.Date}}'
|
|
archives:
|
|
- id: "cli-proxy-api"
|
|
format: tar.gz
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
files:
|
|
- LICENSE
|
|
- README.md
|
|
- README_CN.md
|
|
- config.example.yaml |