Skip to content

Commit c41e4cc

Browse files
committed
ayufan: workflow: make image and modules before to hot repo
1 parent 8e84937 commit c41e4cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
run: echo "CCACHE_DIR=$RUNNER_TEMP/ccache" >> $GITHUB_ENV
2121
- name: Reset ccache statistics
2222
run: ccache -M 0 -F 0
23+
- name: Build image and modules
24+
run: |
25+
export RELEASE=$(($RELEASE_START+$GITHUB_RUN_NUMBER))
26+
./dev-make kernel-image-and-modules
2327
- name: Build package
2428
run: |
2529
export RELEASE=$(($RELEASE_START+$GITHUB_RUN_NUMBER))

0 commit comments

Comments
 (0)