codapi/.goreleaser.yaml

18 lines
237 B
YAML
Raw Permalink Normal View History

2023-11-30 19:31:11 +00:00
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
main: ./cmd/main.go
archives:
- files:
- "*.json"
- images/*
- codapi.service
- LICENSE