install extensions to the image, apply settings at the machine level #6
Annotations
1 error
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -e; if [[ \"${BUILD_ARCH}\" = \"aarch64\" ]] || [[ \"${BUILD_ARCH}\" = \"armhf\" ]] || [[ \"${BUILD_ARCH}\" = \"armv7\" ]]; then export ARCH=\"arm64\"; fi; if [[ \"${BUILD_ARCH}\" = \"amd64\" ]]; then export ARCH=\"amd64\"; fi; curl -J -L -o /tmp/code.tar.gz \"https://github.com/coder/code-server/releases/download/${CODE_SERVER_VERSION}/code-server-${CODE_SERVER_VERSION#v}-linux-${ARCH}.tar.gz\"; mkdir -p /usr/local/lib/code-server; tar zxvf /tmp/code.tar.gz --strip 1 -C /usr/local/lib/code-server; ln -s /usr/local/lib/code-server/bin/code-server /usr/local/bin/code-server; install-code-extensions --global;" did not complete successfully: exit code: 111
|
This job failed
Loading