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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ before_script:
- sudo update-binfmts --display - sudo update-binfmts --display
- unset GOROOT - unset GOROOT
script: 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 - zip -s 2g pwnagotchi.zip pwnagotchi.img
# TODO: deploy! # TODO: deploy!