This commit is contained in:
Minhan Xia
2016-08-31 10:58:21 -07:00
parent c9fde2ba8a
commit 1e88c99e3e
9 changed files with 13 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
REGISTRY?=gcr.io/google_containers
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
CNI_RELEASE=9d5e6e60e79491207834ae8439e80c943db65a69
CNI_RELEASE=07a8a28637e97b22eb8dfe710eeae1344f69d16e
UNAME_S:=$(shell uname -s)
ifeq ($(UNAME_S),Darwin)