Skip to content

Commit cca2c06

Browse files
redsun82Copilot
andcommitted
C#: support linux-arm64 in autobuild script
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 8eb1ae9 commit cca2c06

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)