소스 검색

gogs download filename for arm

Bob Mottram 8 년 전
부모
커밋
75d7bdeb0a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-gogs

+ 1
- 1
src/freedombone-app-gogs 파일 보기

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