File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 type : choice
2323 description : linux kernel
2424 options :
25+ - 6.18
2526 - 6.12
2627 - 6.6
2728 - 5.15
29+ variant :
30+ description : board variant (bpi-r4-2g5/bpi-r4pro/bpi-r4lite)
2831 bootdevice :
2932 type : choice
3033 description : Bootdevice
@@ -109,8 +112,9 @@ jobs:
109112 - name : Build R4 Debian ${{ vars.DEBIAN_DIST }} Image
110113 if : ${{ inputs.bpi-r4 }}
111114 run : |
115+ echo -e "variant=\"${{ inputs.variant }}\"" > sourcefiles_bpi-r4.conf
112116 #echo -e "skipkerneldownload=1\nkernelfile=${{ env.R4Kernel }}" > sourcefiles_bpi-r4.conf
113- echo -e "replacehostapd=1\nreplaceiperf=1" > sourcefiles_bpi-r4.conf
117+ echo -e "replacehostapd=1\nreplaceiperf=1" >> sourcefiles_bpi-r4.conf
114118 echo -e "userpackages=\"${{ inputs.packages }}\"" >> sourcefiles_bpi-r4.conf
115119 ./buildimg.sh bpi-r4 ${{ vars.DEBIAN_DIST }}
116120
You can’t perform that action at this time.
0 commit comments