Skip to content

Commit

Permalink
sw: Add option for packaging kernel dist
Browse files Browse the repository at this point in the history
  • Loading branch information
danascape committed Oct 18, 2023
1 parent 2c14628 commit 2d80b86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sw
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ sw()
sworkflow_help
)
;;
pack | p)
(
. "$SW_SRC_DIR"/src/sw_package.sh --source-only

kernel_package '' "$@"
)
version | v)
(
. "$SW_SRC_DIR"/src/version.sh --source-only
Expand Down

0 comments on commit 2d80b86

Please sign in to comment.