Skip to content

Commit 60451f5

Browse files
Add information about riscv64 support in bash scripts (#41534)
1 parent 8b3e4cd commit 60451f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-install-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The install scripts do not update the registry on Windows. They just download th
9595

9696
- **`-Architecture|--architecture <ARCHITECTURE>`**
9797

98-
Architecture of the .NET binaries to install. Possible values are `<auto>`, `amd64`, `x64`, `x86`, `arm64`, `arm`, `s390x`, and `ppc64le`. The default value is `<auto>`, which represents the currently running OS architecture.
98+
Architecture of the .NET binaries to install. Possible values are `<auto>`, `amd64`, `x64`, `x86`, `arm64`, `arm`, `s390x`, `ppc64le`, and `riscv64`. The default value is `<auto>`, which represents the currently running OS architecture.
9999

100100
- **`-AzureFeed|--azure-feed`**
101101

0 commit comments

Comments
 (0)