Skip to content

Commit

Permalink
armv7 is 32bit _facepalm_
Browse files Browse the repository at this point in the history
  • Loading branch information
curusarn committed Jun 19, 2020
1 parent df1fbeb commit 15cf243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rawinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ x86_64)
x86|i386|i686)
ARCH=386
;;
arm)
arm|armv7*)
ARCH=armv6
;;
arm64|aarch64*|armv*)
arm64|aarch64*|armv8*)
ARCH=arm64
;;
*)
Expand Down

0 comments on commit 15cf243

Please sign in to comment.