Skip to content

Commit cc199e9

Browse files
committed
Re-enable Kernel source code including to releases, needed by virtualbox and hyper-v tooling
1 parent 4d6fa1b commit cc199e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: scripts/release

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ if [ "${KERNEL_ARCH}" == "x86" ]; then
2929
echo "echo Waiting 30 seconds after release creation to make sure that GitHub is ready for uploads" >> dist/publish.sh
3030
echo "sleep 30s" >> dist/publish.sh
3131
fi
32+
echo "github-release upload --user burmilla --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/linux-${KERNEL_VERSION}-${KERNEL_ARCH}-src.tgz --name linux-${KERNEL_VERSION}-${KERNEL_ARCH}-src.tgz" >> dist/publish.sh
3233
echo "github-release upload --user burmilla --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/build-linux-${KERNEL_VERSION}-${KERNEL_ARCH}.tar.gz --name build-linux-${KERNEL_VERSION}-${KERNEL_ARCH}.tar.gz" >> dist/publish.sh
3334
echo "github-release upload --user burmilla --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/extra-linux-${KERNEL_VERSION}-${KERNEL_ARCH}.tar.gz --name extra-linux-${KERNEL_VERSION}-${KERNEL_ARCH}.tar.gz" >> dist/publish.sh
3435
echo "github-release upload --user burmilla --repo os-kernel --tag v${KERNEL_VERSION} --file ./dist/kernel/linux-${KERNEL_VERSION}-${KERNEL_ARCH}.tar.gz --name linux-${KERNEL_VERSION}-${KERNEL_ARCH}.tar.gz" >> dist/publish.sh

0 commit comments

Comments
 (0)