8000 grep out arm releases (#8024) · arangodb/arangodb@6f53142 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f53142

Browse files
dothebartjsteemann
authored andcommitted
grep out arm releases (#8024)
1 parent 5f5b6fb commit 6f53142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Installation/Jenkins/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,7 @@ if test "${DOWNLOAD_STARTER}" == 1; then
658658
STARTER_URL=$(curl -s "https://api.github.com/repos/arangodb-helper/arangodb/releases/tags/${STARTER_REV}" | \
659659
grep browser_download_url | \
660660
grep "${OSNAME}" | \
661+
grep -vi "ARM" | \
661662
${SED} -e "s;.*: ;;" -e 's;";;g' -e 's;,;;'
662663
)
663664
if test -n "${STARTER_URL}"; then

0 commit comments

Comments
 (0)
0