Skip to content

Commit

Permalink
chore(travis): Get cobra deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed Aug 19, 2016
1 parent 10a05d0 commit d6c6c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name = keepctl
.PHONY: release

release:
go get -v github.com/spf13/cobra/cobra
mkdir -p release
GOOS=linux GOARCH=amd64 go build -o release/$(name)-linux-amd64 $(package)
GOOS=linux GOARCH=arm go build -o release/$(name)-linux-arm $(package)

0 comments on commit d6c6c46

Please sign in to comment.