--- a/src/Pure/System/isabelle_platform.scala Tue Feb 21 11:07:00 2023 +0100
+++ b/src/Pure/System/isabelle_platform.scala Tue Feb 21 11:19:39 2023 +0100
@@ -48,7 +48,9 @@
ISABELLE_PLATFORM64.startsWith("arm64-") ||
ISABELLE_APPLE_PLATFORM64.startsWith("arm64-")
- def is_linux: Boolean = ISABELLE_PLATFORM_FAMILY == "linux"
+ def is_linux: Boolean =
+ ISABELLE_PLATFORM_FAMILY == "linux" ||
+ ISABELLE_PLATFORM_FAMILY == "linux_arm"
def is_macos: Boolean = ISABELLE_PLATFORM_FAMILY == "macos"
def is_windows: Boolean = ISABELLE_PLATFORM_FAMILY == "windows"