Bump and publish linux-bzimage crate series with OSTD and OSDK

This commit is contained in:
Zhang Junyang
2024-10-16 01:21:38 +08:00
committed by Tate, Hongliang Tian
parent e6d478c038
commit 3f1fa33b13
6 changed files with 17 additions and 13 deletions

View File

@ -60,6 +60,8 @@ do_publish_for() {
}
do_publish_for osdk
do_publish_for ostd/libs/linux-bzimage/build
do_publish_for ostd/libs/linux-bzimage/boot-params
# All supported targets of OSTD, this array should keep consistent with
# `package.metadata.docs.rs.targets` in `ostd/Cargo.toml`.
@ -67,6 +69,7 @@ TARGETS="x86_64-unknown-none"
for TARGET in $TARGETS; do
do_publish_for ostd/libs/ostd-macros $TARGET
do_publish_for ostd/libs/ostd-test $TARGET
do_publish_for ostd/libs/linux-bzimage/setup $TARGET
do_publish_for ostd $TARGET
do_publish_for osdk/test-kernel $TARGET