Merge pull request #757 from morphis/update-android-image

Use latest Android image from our build server
This commit is contained in:
Simon Fels 2018-06-11 11:15:06 +02:00 committed by GitHub
commit a0cebef948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,9 +70,9 @@ parts:
case "$ARCH" in
x86_64)
IMAGE_PATH="2018/05/23"
IMAGE_PATH="2018/06/11"
IMAGE_NAME="android_amd64.img"
IMAGE_HASH="cbcb8c4740ed38dbc243122df2d8d87511a9c8dcc162781f2eabb5dc1ea079fe"
IMAGE_HASH="0423700cb963fc64b2776a4e76cff886ef6648f0847f5b88b4ab0d61a7f1694f"
;;
*)
echo "ERROR: Unknown architecture $ARCH"