Unverified Commit b45b1997 authored by Dev containers Bot's avatar Dev containers Bot Committed by GitHub

[Updates] Automated vendor dotnet-install script (#1098)

* Automated dotnet-install script update

* Bump version

---------
Co-authored-by: 's avatargithub-actions <github-actions@github.com>
parent 5150fb9a
{ {
"id": "dotnet", "id": "dotnet",
"version": "2.1.2", "version": "2.1.3",
"name": "Dotnet CLI", "name": "Dotnet CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet",
"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.", "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.",
......
...@@ -331,6 +331,10 @@ get_machine_architecture() { ...@@ -331,6 +331,10 @@ get_machine_architecture() {
echo "riscv64" echo "riscv64"
return 0 return 0
;; ;;
powerpc|ppc)
echo "ppc"
return 0
;;
esac esac
fi fi
......
{ {
"id": "oryx", "id": "oryx",
"version": "1.3.5", "version": "1.3.6",
"name": "Oryx", "name": "Oryx",
"description": "Installs the oryx CLI", "description": "Installs the oryx CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/oryx", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/oryx",
......
...@@ -331,6 +331,10 @@ get_machine_architecture() { ...@@ -331,6 +331,10 @@ get_machine_architecture() {
echo "riscv64" echo "riscv64"
return 0 return 0
;; ;;
powerpc|ppc)
echo "ppc"
return 0
;;
esac esac
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment