Update release.sh

This commit is contained in:
Serghei Moret
2018-07-05 14:29:54 +02:00
parent d176e69cc1
commit c82443e221
2 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -83,10 +83,10 @@ RUN wget -nv -O noVNC.zip "https://github.com/kanaka/noVNC/archive/${NOVNC_SHA}
#======================
# Install SDK packages
#======================
ARG ANDROID_VERSION=8.0
ARG API_LEVEL=26
ARG ANDROID_VERSION=5.0.1
ARG API_LEVEL=21
ARG PROCESSOR=x86
ARG SYS_IMG=x86_64
ARG SYS_IMG=x86
ARG IMG_TYPE=google_apis
ARG BROWSER=android
ENV ANDROID_VERSION=$ANDROID_VERSION \