Commented out make step and added code to create .img file

This commit is contained in:
ck
2024-02-05 17:40:38 -05:00
parent 1ef3a88679
commit d7fefa78f0

View File

@ -91,10 +91,13 @@ jobs:
mount | grep binfmt_misc && echo "binfmt_misc is mounted." || echo "binfmt_misc is NOT mounted." mount | grep binfmt_misc && echo "binfmt_misc is mounted." || echo "binfmt_misc is NOT mounted."
echo $(ls /proc/sys/fs/binfmt_misc | grep qemu-aarch64) echo $(ls /proc/sys/fs/binfmt_misc | grep qemu-aarch64)
- name: Run Makefile # - name: Run Makefile
run: make # run: make
env: # env:
PWN_VERSION: ${{ steps.tag-setter.outputs.TAG }} # PWN_VERSION: ${{ steps.tag-setter.outputs.TAG }}
- name: Create .img file
run: |
dd if=/dev/zero of=/home/runner/work/pwnagotchi/pwnagotchi/disk.img bs=1M count=1024
- name: Compress .img files - name: Compress .img files
run: | run: |