Explorar o código

ci(reh): use armhf container for armhf version [skip ci]

Baptiste Augrain hai 1 ano
pai
achega
969b50bb4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      prepare_vscode.sh

+ 1 - 1
prepare_vscode.sh

@@ -98,7 +98,7 @@ if [[ "${OS_NAME}" == "linux" ]]; then
 
       export VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME
     elif [[ "${VSCODE_ARCH}" == "armhf" ]]; then
-      export VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:bionic-arm32v7"
+      export VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:bionic-armhf"
     fi
 
     ./build/azure-pipelines/linux/install.sh