Skip to content

Commit

Permalink
Add vendor as bin dependency (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
codygibb authored May 20, 2019
1 parent c22911b commit f7fc005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ tools/bin/testfs/testfs:: $(wildcard tools/bin/testfs/*.go)
tracker/tracker:: $(wildcard tracker/*.go)
$(CROSS_COMPILER)

$(LINUX_BINS):: vendor

define tag_image
docker tag $(1):$(PACKAGE_VERSION) $(1):dev
docker tag $(1):$(PACKAGE_VERSION) $(REGISTRY)/$(1):$(PACKAGE_VERSION)
Expand Down

0 comments on commit f7fc005

Please sign in to comment.