mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2025-10-30 13:25:30 +01:00
Add armv7 support
This commit is contained in:
@@ -17,6 +17,8 @@ if [ -n "$(uname -m | grep 64)" ]; then
|
||||
architecture="x86-64"
|
||||
elif [ -n "$(uname -m | grep 86)" ]; then
|
||||
architecture="i386"
|
||||
elif [ -n "$(uname -m | grep armv7)" ]; then
|
||||
architecture="armv7"
|
||||
elif [ -n "$(uname -m | grep arm)" ]; then
|
||||
architecture="arm"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user