rn/.goreleaser.yaml

20 lines
193 B
YAML

---
project_name: rn
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
archives:
- format: binary