Add CRI release build
Add installation scripts needed to generate CRI + CNI tar package on release. Update Github action release script to generate CRI release tarballs for Linux and Windows. Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -27,7 +27,14 @@ function install_runc() {
|
||||
cd "$GOPATH"/src/github.com/opencontainers/runc
|
||||
git checkout $RUNC_COMMIT
|
||||
make BUILDTAGS='apparmor seccomp selinux' runc
|
||||
make install
|
||||
|
||||
USESUDO=${USESUDO:-false}
|
||||
if ${USESUDO}; then
|
||||
SUDO='sudo -E'
|
||||
else
|
||||
SUDO=''
|
||||
fi
|
||||
${SUDO} make install
|
||||
}
|
||||
|
||||
function install_crun() {
|
||||
|
Reference in New Issue
Block a user