mirror of https://gitee.com/bigwinds/arangodb
grep out arm releases (#8026)
This commit is contained in:
parent
eb09e034dc
commit
1af33b08d4
|
@ -774,6 +774,7 @@ if test "${DOWNLOAD_STARTER}" == 1; then
|
|||
STARTER_URL=$(curl -s "https://api.github.com/repos/arangodb-helper/arangodb/releases/tags/${STARTER_REV}" | \
|
||||
grep browser_download_url | \
|
||||
grep "${OSNAME}" | \
|
||||
grep -vi "ARM" | \
|
||||
${SED} -e "s;.*: ;;" -e 's;";;g' -e 's;,;;'
|
||||
)
|
||||
if test -n "${STARTER_URL}"; then
|
||||
|
|
Loading…
Reference in New Issue