mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Commented out make step and added code to create .img file
This commit is contained in:
11
.github/workflows/publish.yml
vendored
11
.github/workflows/publish.yml
vendored
@ -91,10 +91,13 @@ jobs:
|
||||
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)
|
||||
|
||||
- name: Run Makefile
|
||||
run: make
|
||||
env:
|
||||
PWN_VERSION: ${{ steps.tag-setter.outputs.TAG }}
|
||||
# - name: Run Makefile
|
||||
# run: make
|
||||
# env:
|
||||
# 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
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user