1
0
Fork 0

grep out arm releases (#8026)

This commit is contained in:
Wilfried Goesgens 2019-01-23 15:44:42 +01:00 committed by Jan
parent eb09e034dc
commit 1af33b08d4
1 changed files with 1 additions and 0 deletions

View File

@ -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