We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c728e9f commit f8e69f1Copy full SHA for f8e69f1
1 file changed
scripts/build-linux-deb.sh
@@ -72,11 +72,11 @@ touch kernel/configs/local.config
72
for c in ${EXTRA_CONFIGS}; do
73
echo "${c}" >>kernel/configs/local.config
74
done
75
-make "${CONFIG}" local.config
+ARCH=arm64 make "${CONFIG}" local.config
76
77
log_i "Building Linux deb"
78
# TODO: build other packages?
79
-make -j$(nproc) bindeb-pkg
+ARCH=arm64 make -j$(nproc) bindeb-pkg
80
81
ls
82
ls ..
0 commit comments