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

Compare commits

...

1 Commits

Author SHA1 Message Date
Chris Cummer
8a1885f651 Add goreleaser config 2018-05-17 14:06:10 -07:00

7
.goreleaser.yml Normal file
View File

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