We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e84937 commit c41e4ccCopy full SHA for c41e4cc
.github/workflows/build.yaml
@@ -20,6 +20,10 @@ jobs:
20
run: echo "CCACHE_DIR=$RUNNER_TEMP/ccache" >> $GITHUB_ENV
21
- name: Reset ccache statistics
22
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
27
- name: Build package
28
run: |
29
export RELEASE=$(($RELEASE_START+$GITHUB_RUN_NUMBER))
0 commit comments