Default to 8GB images

This commit is contained in:
Alex Muthmann
2019-10-02 14:50:02 +02:00
committed by GitHub
parent 96816d474c
commit 6515df2a98

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 8
- sudo ./scripts/create_sibling.sh -n pwnagotchi -o pwnagotchi.img
- zip -s 2g pwnagotchi.zip pwnagotchi.img
# TODO: deploy!