mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-16 14:58:15 +00:00
Lets build an 4.9 rc6 kernel for testing
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
11
scripts/ci
11
scripts/ci
@@ -19,3 +19,14 @@ echo
|
||||
echo "Images ready to push:"
|
||||
cat dist/images
|
||||
echo
|
||||
|
||||
echo "--- Run"
|
||||
echo "github-release release --user rancher --repo os-kernel --tag v${KERNEL_VERSION} --pre-release"
|
||||
echo "github-release upload --user rancher --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/build-linux-${KERNEL_VERSION}-rancher-x86.tar.gz --name build-linux-${KERNEL_VERSION}-rancher-x86.tar.gz"
|
||||
echo "github-release upload --user rancher --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/config --name config"
|
||||
echo "github-release upload --user rancher --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/extra-linux-${KERNEL_VERSION}-rancher-x86.tar.gz --name extra-linux-${KERNEL_VERSION}-rancher-x86.tar.gz"
|
||||
echo "github-release upload --user rancher --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/linux-${KERNEL_VERSION}-rancher-x86.tar.gz --name linux-${KERNEL_VERSION}-rancher-x86.tar.gz"
|
||||
echo
|
||||
|
||||
HERE
|
||||
cat dist/images | sed 's/^/docker push /'
|
||||
|
Reference in New Issue
Block a user