From 9983757ad3ff14021c13ba9647b9bd7d6cc87ebc Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 14 Sep 2015 14:42:53 +0200 Subject: [PATCH] gox circle ci --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f27db9819..f5e703bdc 100644 --- a/circle.yml +++ b/circle.yml @@ -10,7 +10,7 @@ dependencies: - CGO_ENABLED=0 go build -a -installsuffix nocgo . - go get github.com/mitchellh/gox - go get github.com/tcnksm/ghr - - gox -verbose -os "linux darwin windows" + - gox -verbose -os "linux darwin windows" --output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" override: - echo $REPO