@@ -95,7 +95,7 @@ function gogs_parameters {
CURR_ARCH=amd64
fi
if [[ ${ARCHITECTURE} == *"arm"* ]]; then
- CURR_ARCH=arm
+ CURR_ARCH=armv5
if [ ! ${CURR_ARCH} ]; then
echo $'No architecture specified'