File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33set -eu
44
5- if [ " $CODEQL_PLATFORM " != " linux64" ] && [ " $CODEQL_PLATFORM " != " osx64" ] ; then
5+ if [ " $CODEQL_PLATFORM " != " linux64" ] && [ " $CODEQL_PLATFORM " != " linux-arm64 " ] && [ " $CODEQL_PLATFORM " != " osx64" ] ; then
66 echo " Automatic build detection for $CODEQL_PLATFORM is not implemented."
77 exit 1
88fi
Original file line number Diff line number Diff line change 22
33set -eu
44
5- if [ " $CODEQL_PLATFORM " != " linux64" ] && [ " $CODEQL_PLATFORM " != " osx64" ] ; then
5+ if [ " $CODEQL_PLATFORM " != " linux64" ] && [ " $CODEQL_PLATFORM " != " linux-arm64 " ] && [ " $CODEQL_PLATFORM " != " osx64" ] ; then
66 echo " Automatic build detection for $CODEQL_PLATFORM is not implemented."
77 exit 1
88fi
Original file line number Diff line number Diff line change 22
33set -eu
44
5- if [ " $CODEQL_PLATFORM " != " linux64" ] && [ " $CODEQL_PLATFORM " != " osx64" ] ; then
5+ if [ " $CODEQL_PLATFORM " != " linux64" ] && [ " $CODEQL_PLATFORM " != " linux-arm64 " ] && [ " $CODEQL_PLATFORM " != " osx64" ] ; then
66 echo " Automatic build detection for $CODEQL_PLATFORM is not implemented."
77 exit 1
88fi
You can’t perform that action at this time.
0 commit comments