Fixing build break for federation

This commit is contained in:
nikhiljindal 2017-04-20 22:29:53 -07:00
parent bf532a30e3
commit 74b511345f

View File

@ -60,6 +60,7 @@ ifndef VERSION
$(error VERSION is undefined)
endif
cp -r ./* ${TEMP_DIR}
mkdir -p ${TEMP_DIR}/cni-bin
cp ../../../_output/dockerized/bin/linux/${ARCH}/hyperkube ${TEMP_DIR}
chmod a+rx ${TEMP_DIR}/hyperkube