fix(reh): build reh archives

This commit is contained in:
Baptiste Augrain
2024-11-05 18:04:24 +01:00
parent d598450d02
commit e3a0ba975b
4 changed files with 26 additions and 23 deletions

View File

@@ -22,7 +22,9 @@ else
fi
if [[ "${VSCODE_QUALITY}" == "stable" ]]; then
sudo snap install --channel stable --classic snapcraft
CHANNEL="${SNAPCRAFT_STORE_CHANNEL:-stable}"
sudo snap install --channel "${CHANNEL}" --classic snapcraft
echo "Architecture: ${ARCHITECTURE}"