There was an error while loading. Please reload this page.
2 parents 18f3668 + cca2c06 commit 0d60d87Copy full SHA for 0d60d87
1 file changed
csharp/tools/autobuild.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-if [ "$CODEQL_PLATFORM" != "linux64" ] && [ "$CODEQL_PLATFORM" != "osx64" ] ; then
+if [ "$CODEQL_PLATFORM" != "linux64" ] && [ "$CODEQL_PLATFORM" != "linux-arm64" ] && [ "$CODEQL_PLATFORM" != "osx64" ] ; then
6
echo "Automatic build detection for $CODEQL_PLATFORM is not implemented."
7
exit 1
8
fi
0 commit comments