5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/d5/tengo/v2/.goreleaser.yml

22 lines
288 B
YAML
Raw Normal View History

env:
- GO111MODULE=on
before:
hooks:
- go mod tidy
2019-03-05 22:08:54 +00:00
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/tengo/main.go
goos:
- darwin
- linux
- windows
2020-03-28 22:41:35 +00:00
archives:
-
files:
- none*
2019-03-05 22:08:54 +00:00
checksum:
name_template: 'checksums.txt'
changelog:
sort: asc