1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-17 23:37:45 +00:00

os-extras and os-headers images are built for release/ci

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-11-14 20:10:09 +10:00
parent be37a79440
commit 62bdf18b9d
14 changed files with 161 additions and 58 deletions

View File

@@ -7,3 +7,14 @@ cd $(dirname $0)/..
./scripts/extract
./scripts/build-kernel
./scripts/package-kernel
./scripts/build-images
echo
echo "--- ${KERNEL_VERSION} Kernel prepared for RancherOS"
echo " ./dist/kernel/extra-linux-${KERNEL_VERSION}-x86.tar.gz"
echo " ./dist/kernel/build-linux-${KERNEL_VERSION}-x86.tar.gz"
echo " ./dist/kernel/linux-${KERNEL_VERSION}-x86.tar.gz"
echo
echo "Images ready to push:"
cat dist/images
echo