Skip to content

Commit 779283a

Browse files
devcontainers-botgithub-actions
andauthored
[Updates] Automated vendor dotnet-install script (#1051)
* Automated dotnet-install script update * Bump version --------- Co-authored-by: github-actions <[email protected]>
1 parent d2bee51 commit 779283a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/dotnet/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dotnet",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"name": "Dotnet CLI",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet",
66
"description": "This Feature installs the latest .NET SDK, which includes the .NET CLI and the shared runtime. Options are provided to choose a different version or additional versions.",

src/dotnet/scripts/vendor/dotnet-install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ get_machine_architecture() {
327327
echo "loongarch64"
328328
return 0
329329
;;
330+
riscv64)
331+
echo "riscv64"
332+
return 0
333+
;;
330334
esac
331335
fi
332336

src/oryx/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "oryx",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"name": "Oryx",
55
"description": "Installs the oryx CLI",
66
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/oryx",

0 commit comments

Comments
 (0)