Some checks failed
goreleaser / goreleaser (push) Has been cancelled
- Included LICENSE, README.md, and config.yaml in the archive section for cli-proxy-api.
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 |