Skip to content

Commit

Permalink
fix circle
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Oct 15, 2016
1 parent d6bb12b commit 590198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deployment:
commands:
- go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr
- echo "GO_LDFLAGS: $GO_LDFLAGS"
- echo $GO_LDFLAGS
- gox --osarch="darwin/amd64" -ldflags "$GO_LDFLAGS" -output "dist/redis_exporter" && cd dist && tar -cvzf redis_exporter-$CIRCLE_TAG.darwin-amd64.tar.gz redis_exporter && rm redis_exporter && cd ..
- gox --osarch="darwin/386" -ldflags "$GO_LDFLAGS" -output "dist/redis_exporter" && cd dist && tar -cvzf redis_exporter-$CIRCLE_TAG.darwin-386.tar.gz redis_exporter && rm redis_exporter && cd ..
- gox --osarch="linux/amd64" -ldflags "$GO_LDFLAGS" -output "dist/redis_exporter" && cd dist && tar -cvzf redis_exporter-$CIRCLE_TAG.linux-amd64.tar.gz redis_exporter && rm redis_exporter && cd ..
Expand Down

0 comments on commit 590198a

Please sign in to comment.