File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ for goos in ${os[@]}
2626do
2727 for goarch in ${arch[@]}
2828 do
29- if [[ ( ${goos} = " windows" && ( ${goarch} = " arm64" || ${goarch} = " arm" ) ) || ( ${goos} = " darwin" && ${goarch} = " arm" ) ]]; then continue ; fi
29+ if [[ ( ${goos} = " windows" && ( ${goarch} = " arm64" || ${goarch} = " arm" ) ) || ( ${goos} = " darwin" && ( ${goarch} = " arm" || ${goarch} = " 386 " ) ) ]]; then continue ; fi
3030 echo " =============>OS: [${goos} ] ARCH: [${goarch} ] automatic compiler begin."
3131 ext=" "
3232 if [[ ${goos} = " windows" ]]; then
4040 mv update-${goos} -${goarch}${ext} ../btfs-binary-releases/${goos} /${goarch} /update-${goos} -${goarch}${ext}
4141 if [[ ${goos} != " windows" ]]
4242 then
43+ if [[ ${goos} = " darwin" ]] && [[ ${goarch} = " arm64" ]]; then
44+ continue
45+ fi
4346 URL=" https://github.com/TRON-US/btfs-distributions/raw/master/fs-repo-migrations/${VERSION} /fs-repo-migrations_${VERSION} _${goos} -${goarch} .tar.gz"
4447 wget -q " $URL "
4548 tar -xzf fs-repo-migrations_${VERSION} _${goos} -${goarch} .tar.gz
6265 done
6366done
6467
65- echo " Automatic update script success!"
68+ echo " Automatic update script success!"
You can’t perform that action at this time.
0 commit comments