packaging: fetch android.img from aws
This commit is contained in:
parent
73d3ce65e8
commit
4b9015faef
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue