mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 11:11:30 +00:00
🚑 Update architecture name for amd64, changed in v3.3.0
This commit is contained in:
parent
243a327d36
commit
753cceaa4d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ RUN \
|
|||
&& locale-gen en_US.UTF-8 \
|
||||
\
|
||||
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
|
||||
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="x86_64"; fi \
|
||||
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
|
||||
&& curl -J -L -o /tmp/code.tar.gz \
|
||||
"https://github.com/cdr/code-server/releases/download/v3.3.0/code-server-3.3.0-linux-${ARCH}.tar.gz" \
|
||||
&& mkdir -p /usr/local/lib/code-server \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue