armhf aarch64
authorArt Cancro <ajc@citadel.org>
Mon, 14 Jun 2021 23:55:22 +0000 (19:55 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 14 Jun 2021 23:55:22 +0000 (19:55 -0400)
appimage/build_appimage.sh

index 8680bd711541cfa0036d0784395a4a90774dc330..c7cd74d42d62c497b9c680a1e23253d13286b8a3 100755 (executable)
@@ -96,7 +96,9 @@ basefilename=citadel-`date +%s`
 if [ $CPU == x86_64 ] ; then
        export ARCH=x86_64
 elif [ $CPU == armv7l ] ; then
-       export ARCH=ARM
+       export ARCH=armhf
+elif [ $CPU == aarch64 ] ; then
+       export ARCH=aarch64
 fi
 echo ARCH: $ARCH
 echo CPU: $CPU