Merge pull request #789 from Random-Liu/configurable-containerd-build

Make DEPLOY_PATH configurable.
This commit is contained in:
Lantao Liu
2018-05-30 09:37:58 -07:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ fi
# Make sure output directory is clean. # Make sure output directory is clean.
make clean make clean
# Build and push test tarball. # Build and push test tarball.
PUSH_VERSION=true DEPLOY_DIR=containerd \ PUSH_VERSION=true DEPLOY_DIR=${DEPLOY_DIR:-"containerd"} \
make push TARBALL_PREFIX=containerd-cni \ make push TARBALL_PREFIX=containerd-cni \
INCLUDE_CNI=true \ INCLUDE_CNI=true \
CHECKOUT_CONTAINERD=false \ CHECKOUT_CONTAINERD=false \