Enlarge the created disk to 8G, as it already fails during image creation with out of diskspace

This commit is contained in:
Jeroen Massar 2019-10-02 12:23:30 +02:00
parent 4c20314c90
commit 14f1e4bccb

View File

@ -17,7 +17,7 @@ before_script:
- sudo update-binfmts --display
- unset GOROOT
script:
- sudo ./scripts/create_sibling.sh -n pwnagotchi -o pwnagotchi.img -s 4
- sudo ./scripts/create_sibling.sh -n pwnagotchi -o pwnagotchi.img -s 8
- zip -s 2g pwnagotchi.zip pwnagotchi.img
# TODO: deploy!