Skip to content

Commit

Permalink
Use libcalico v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdee committed Feb 12, 2016
1 parent 5327c2a commit 9a18586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ ipam: dist/calico-ipam
dist/calico: $(SRCFILES)
docker run --rm \
-v `pwd`:/code \
calico/build \
calico/build:v0.11.0 \
pyinstaller calico.py -ayF

# Makes the IPAM plugin.
dist/calico-ipam: $(SRCFILES)
docker run --rm \
-v `pwd`:/code \
calico/build \
calico/build:v0.11.0 \
pyinstaller ipam.py -ayF -n calico-ipam

# Run the unit tests.
Expand Down

0 comments on commit 9a18586

Please sign in to comment.