Skip to content

Commit 56186ad

Browse files
committed
architectures.sh: armhf/armel can be built on arm64
1 parent 6b0cc55 commit 56186ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

functions/architectures.sh

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Check_crossarchitectures ()
5151
CROSS="amd64 i386"
5252
;;
5353

54+
arm64)
55+
CROSS="arm64 armhf armel"
56+
;;
57+
5458
powerpc|ppc64)
5559
CROSS="powerpc ppc64"
5660
;;

0 commit comments

Comments
 (0)