summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/architectures.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions/architectures.sh b/functions/architectures.sh
index f01826990..13140c31b 100755
--- a/functions/architectures.sh
+++ b/functions/architectures.sh
@@ -51,6 +51,10 @@ Check_crossarchitectures ()
CROSS="amd64 i386"
;;
+ arm64)
+ CROSS="arm64 armhf armel"
+ ;;
+
powerpc|ppc64)
CROSS="powerpc ppc64"
;;