Skip to content

Commit 0d60d87

Browse files
authored
Merge pull request #22340 from github/redsun82-csharp-autobuild-linux-arm64
C#: support linux-arm64 in autobuild script
2 parents 18f3668 + cca2c06 commit 0d60d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/tools/autobuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -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
88
fi

0 commit comments

Comments
 (0)