From 2f98d5e5ee3b6d6010b020fee43ca864d9dd3617 Mon Sep 17 00:00:00 2001 From: Hyungju Lee Date: Tue, 25 Jun 2024 17:29:16 +0900 Subject: [PATCH] [Tizen] Delete build warning --- eng/common/dotnet-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh index 7e69e3a9e..f2bbeeb9e 100755 --- a/eng/common/dotnet-install.sh +++ b/eng/common/dotnet-install.sh @@ -71,6 +71,9 @@ case $cpuname in i[3-6]86) buildarch=x86 ;; + riscv64) + buildarch=riscv64 + ;; *) echo "Unknown CPU $cpuname detected, treating it as x64" buildarch=x64 -- 2.34.1