Skip to content

vscode-web install error on alpine arm64 #92

@anasfanani

Description

@anasfanani
root@openwrt:~# /root/vscode-server-alpine-arm64-web/bin/code-server --version
1.100.0
19e0f9e681ecb8e5c09d8784acaa601316ca4571
arm64
root@openwrt:~# /root/vscode-server-linux-arm64-web/bin/code-server --version
/root/vscode-server-linux-arm64-web/bin/code-server: line 22: /root/vscode-server-linux-arm64-web/node: not found
root@openwrt:~# uname -a
Linux openwrt 5.15.135-ophub #1 SMP PREEMPT Wed Oct 11 09:51:14 EDT 2023 aarch64 GNU/Linux

Because the module auto select linux variant

output=$(curl -fsSL "https://vscode.download.prss.microsoft.com/dbazure/download/stable/$HASH/vscode-server-linux-$ARCH-web.tar.gz" | tar -xz -C "${INSTALL_PREFIX}" --strip-components 1)

vscode-web has alpine variant

wget https://vscode.download.prss.microsoft.com/dbazure/download/stable/19e0f9e681ecb8e5c09d8784acaa601316ca4571/vscode-server-alpine-arm64-web.tar.gz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions