Skip to content

Commit

Permalink
Add information about riscv64 support in bash scripts (#41534)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova authored Jun 24, 2024
1 parent 8b3e4cd commit 60451f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tools/dotnet-install-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The install scripts do not update the registry on Windows. They just download th

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

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.
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.

- **`-AzureFeed|--azure-feed`**

Expand Down

0 comments on commit 60451f5

Please sign in to comment.