Skip to content

Commit 716a840

Browse files
committed
feat: scripts: Build whole linux deb-pkg set
Build the whole collection of source and binary packages when building linux. Signed-off-by: Loïc Minier <[email protected]>
1 parent 2ade704 commit 716a840

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build-linux-deb.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ else
8282
fi
8383

8484
log_i "Building Linux deb"
85-
# TODO: build other packages?
8685
make "-j$(nproc)" \
8786
ARCH=arm64 DEB_HOST_ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \
88-
bindeb-pkg
87+
deb-pkg
8988

0 commit comments

Comments
 (0)