1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Merge pull request #14 from YunoHost-Apps/fix_13_arm_build_pattern_name

[fix] #13: ARM build pattern name changed: use armv6 build for armv7 …
This commit is contained in:
tostaki 2017-02-20 12:36:21 +01:00 committed by GitHub
commit 21802ac1c6

View file

@ -15,7 +15,7 @@ if [ -n "$(uname -m | grep 64)" ]; then
elif [ -n "$(uname -m | grep 86)" ]; then
ARCHITECTURE="386"
elif [ -n "$(uname -m | grep arm)" ]; then
ARCHITECTURE="arm"
ARCHITECTURE="armv6"
else
echo 'Unable to detect your achitecture, please open a bug describing \
your hardware and the result of the command "uname -m".'