We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4974b commit 40c94c6Copy full SHA for 40c94c6
scripts/build-linux-deb.sh
@@ -86,7 +86,7 @@ configure_kernel() {
86
87
build_kernel() {
88
make -C "${WORK_DIR}" "-j$(nproc)" \
89
- ARCH=arm64
+ ARCH=arm64 \
90
CROSS_COMPILE=aarch64-linux-gnu- \
91
DEB_HOST_ARCH=arm64 \
92
KDEB_SOURCENAME="linux-${FLAVOR}" \
0 commit comments