fix alpine build

This commit is contained in:
João Moreno 2020-11-11 10:57:41 +01:00
parent 5e5ce9ec53
commit d4e1ae56ed
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -3,7 +3,7 @@ set -e
REPO="$(pwd)"
ROOT="$REPO/.."
PLATFORM_LINUX="linux-$VSCODE_ARCH"
PLATFORM_LINUX="linux-alpine"
# Publish Remote Extension Host
LEGACY_SERVER_BUILD_NAME="vscode-reh-$PLATFORM_LINUX"