File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 if [[ ${goos} != " windows" ]]
4242 then
4343 if [[ ${goos} = " darwin" ]] && [[ ${goarch} = " arm64" ]]; then
44- continue
44+ echo " Warning: Skipping fs-repo-migrations for darwin/arm64"
45+ else
46+ URL=" https://github.com/TRON-US/btfs-distributions/raw/master/fs-repo-migrations/${VERSION} /fs-repo-migrations_${VERSION} _${goos} -${goarch} .tar.gz"
47+ wget -q " $URL "
48+ tar -xzf fs-repo-migrations_${VERSION} _${goos} -${goarch} .tar.gz
49+ mv fs-repo-migrations/fs-repo-migrations ../btfs-binary-releases/${goos} /${goarch} /fs-repo-migrations-${goos} -${goarch}
50+ rm -f fs-repo-migrations_${VERSION} _${goos} -${goarch} .tar.gz
51+ rm -rf fs-repo-migrations
4552 fi
46- URL=" https://github.com/TRON-US/btfs-distributions/raw/master/fs-repo-migrations/${VERSION} /fs-repo-migrations_${VERSION} _${goos} -${goarch} .tar.gz"
47- wget -q " $URL "
48- tar -xzf fs-repo-migrations_${VERSION} _${goos} -${goarch} .tar.gz
49- mv fs-repo-migrations/fs-repo-migrations ../btfs-binary-releases/${goos} /${goarch} /fs-repo-migrations-${goos} -${goarch}
50- rm -f fs-repo-migrations_${VERSION} _${goos} -${goarch} .tar.gz
51- rm -rf fs-repo-migrations
5253 else
5354 URL=" https://github.com/TRON-US/btfs-distributions/raw/master/fs-repo-migrations/${VERSION} /fs-repo-migrations_${VERSION} _${goos} -${goarch} .zip"
5455 wget -q " $URL "
You can’t perform that action at this time.
0 commit comments