We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b44bf6 commit 89c965dCopy full SHA for 89c965d
src/charmbracelet-gum/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "charmbracelet/gum",
3
"id": "charmbracelet-gum",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"description": "Install \"gum\" binary",
6
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/charmbracelet-gum",
7
"options": {
src/charmbracelet-gum/install.sh
@@ -83,7 +83,7 @@ curl_download_untar() {
83
}
84
debian_get_arch() {
85
arch=$(uname -m)
86
- if [[ "$arch" == "arm64" ]]; then
+ if [[ "$arch" == "aarch64" ]]; then
87
arch="arm64"
88
elif [[ "$arch" == "x86_64" ]]; then
89
arch="x86_64"
0 commit comments