pull/106289/head
João Moreno 2020-09-09 15:07:00 +02:00
parent f481704216
commit e05b06ec87
No known key found for this signature in database
GPG Key ID: 896B853774D1A575
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ node build/azure-pipelines/common/createAsset.js "$PLATFORM_DEB" package "$DEB_F
# Publish RPM
case $VSCODE_ARCH in
x64) RPM_ARCH="amd64" ;;
x64) RPM_ARCH="x86_64" ;;
armhf) RPM_ARCH="armv7hl" ;;
arm64) RPM_ARCH="aarch64" ;;
*) RPM_ARCH="$VSCODE_ARCH" ;;