File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,17 @@ stages:
31
31
bcm2709_arm_adi :
32
32
DEFCONFIG : adi_bcm2709_defconfig
33
33
ARCH : arm
34
+ IMAGE : zImage
34
35
artifactName : ' adi_bcm2709_defconfig'
35
36
bcm2711_arm_adi :
36
37
DEFCONFIG : adi_bcm2711_defconfig
37
38
ARCH : arm
39
+ IMAGE : zImage
38
40
artifactName : ' adi_bcm2711_defconfig'
39
41
bcmrpi_arm_adi :
40
42
DEFCONFIG : adi_bcmrpi_defconfig
41
43
ARCH : arm
44
+ IMAGE : zImage
42
45
artifactName : ' adi_bcmrpi_defconfig'
43
46
pool :
44
47
vmImage : ' ubuntu-latest'
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ build_default() {
259
259
if [[ " ${SYSTEM_PULLREQUEST_TARGETBRANCH} " =~ ^rpi-.* || " ${BUILD_SOURCEBRANCH} " =~ ^refs/heads/rpi-.* \
260
260
|| " ${BUILD_SOURCEBRANCH} " =~ ^refs/heads/staging-rpi ]]; then
261
261
echo " Rpi build"
262
- make -j$NUM_JOBS zImage modules dtbs
262
+ make -j$NUM_JOBS $IMAGE modules dtbs
263
263
make INSTALL_MOD_PATH=" ${PWD} /modules" modules_install
264
264
else
265
265
echo " Normal build"
You can’t perform that action at this time.
0 commit comments