xgo/.goreleaser.yml
2019-01-30 00:52:55 -08:00

12 lines
190 B
YAML

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