Files
CLIProxyAPI/.goreleaser.yml
Luis Pater 827bd6e356
Some checks failed
goreleaser / goreleaser (push) Has been cancelled
first commit
2025-07-03 06:47:37 +08:00

11 lines
176 B
YAML

builds:
- id: "cli-proxy-api"
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
main: ./cmd/server/
binary: cli-proxy-api