Skip to content

Commit

Permalink
add missing govendor sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatsegment committed Sep 6, 2018
1 parent b38f851 commit 1f9b223
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 @@ -39,6 +39,7 @@ clean:

dist:
mkdir dist
govendor sync
GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build $(LDFLAGS) -o dist/chamber-$(VERSION)-darwin-amd64
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build $(LDFLAGS) -o dist/chamber-$(VERSION)-linux-amd64
@which sha256sum 2>&1 > /dev/null || ( \
Expand Down

0 comments on commit 1f9b223

Please sign in to comment.