xgo/.goreleaser.yml
2019-01-30 01:31:41 -08:00

15 lines
220 B
YAML

builds:
- env:
- CGO_ENABLED=0
main: ./cmd/tengo/main.go
goos:
- darwin
- linux
- windows
archive:
files:
- none*
checksum:
name_template: 'checksums.txt'
changelog:
sort: asc