diff --git a/linux/build.sh b/linux/build.sh
index 27c353493da90458fdf0a4ed7e41f535fdab0eb6..f0835c3e8d693811d6e8c46d533da791ddf11b40 100755
--- a/linux/build.sh
+++ b/linux/build.sh
@@ -109,6 +109,10 @@ if [ "$BUILD_ARCH" != "$HOST_ARCH" ]; then
 	DEB_BUILD_PROFILES="cross $DEB_BUILD_PROFILES"
 fi
 
+# fails to cross-build since python3.11 3.11.6-1 with:
+# cc1: error: ‘-fcf-protection=full’ is not supported for this target
+DEB_BUILD_PROFILES="pkg.linux.nopython $DEB_BUILD_PROFILES"
+
 env --chdir=linux DEB_BUILD_PROFILES="$DEB_BUILD_PROFILES" \
 	sbuild --chroot="$BASESUITE-$BUILD_ARCH" --arch-any --arch-all --host="$HOST_ARCH" \
 		--verbose --no-source-only-changes --no-run-lintian --no-run-autopkgtest