Makefile: release static binaries

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2017-11-14 18:41:05 -05:00
parent 6d4e41e4e4
commit c8584f2a6d
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ checkout_repo() {
checkout_repo ${RUNC_PKG} ${RUNC_VERSION}
cd ${GOPATH}/src/${RUNC_PKG}
BUILDTAGS=${BUILDTAGS:-seccomp apparmor}
make BUILDTAGS="$BUILDTAGS"
make static BUILDTAGS="$BUILDTAGS"
${sudo} make install -e DESTDIR=${RUNC_DIR}
# Install cni