Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8d9c9f1 authored by Fathi Boudra's avatar Fathi Boudra Committed by Michal Marek
Browse files

builddeb: add arm64 in the supported architectures

parent 6b4a144a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ create_package() {
		debarch=hppa ;;
	mips*)
		debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;;
	arm64)
		debarch=arm64 ;;
	arm*)
		debarch=arm$(grep -q CONFIG_AEABI=y $KCONFIG_CONFIG && echo el || true) ;;
	*)