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:
commit
21802ac1c6
1 changed files with 1 additions and 1 deletions
|
@ -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".'
|
||||
|
|
Loading…
Reference in a new issue