1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add goreleaser config

This commit is contained in:
Chris Cummer 2018-05-17 14:06:10 -07:00
parent b6dff0c877
commit 8a1885f651

7
.goreleaser.yml Normal file
View File

@ -0,0 +1,7 @@
builds:
- binary: wtf
goos:
- darwin
- linux
goarch:
- amd64