提交 77097ae6 编写于 作者: S Simon Fels 提交者: GitHub

Merge pull request #69 from morphis/f/fetch-android-img-from-aws

packaging: fetch android.img from aws
......@@ -19,7 +19,11 @@ apps:
parts:
android-images:
plugin: dump
source: ../../android-images
install: |
# FIXME: downloading with a source: field doesn't work as snapcraft
# expects the downloaded file to be an archive it can extract.
wget https://s3.eu-central-1.amazonaws.com/anbox/images/anbox-android-1.img
mv anbox-android-1.img $SNAPCRAFT_PART_INSTALL/android.img
anbox-common:
plugin: dump
source: ../../scripts
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册