Add armhf support

This commit is contained in:
Dima Krasner
2019-12-10 17:28:28 +02:00
parent 2fdaec5163
commit 08d8ad26ab
6 changed files with 44 additions and 15 deletions

View File

@@ -99,7 +99,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
yarn gulp vscode-reh-web-linux-${BUILDARCH}-min-ci
yarn gulp "vscode-linux-${BUILDARCH}-build-deb"
if [[ "$BUILDARCH" != "arm64" ]]; then
if [[ "$BUILDARCH" == "x64" ]]; then
yarn gulp "vscode-linux-${BUILDARCH}-build-rpm"
fi
. ../create_appimage.sh