mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Enable Makefile execution and remove disk image creation
This commit is contained in:
14
.github/workflows/publish.yml
vendored
14
.github/workflows/publish.yml
vendored
@ -91,13 +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
|
# - name: Create .img file
|
||||||
run: |
|
# run: |
|
||||||
dd if=/dev/zero of=/home/runner/work/pwnagotchi-bookworm/pwnagotchi-bookworm/disk.img bs=1M count=1024
|
# dd if=/dev/zero of=/home/runner/work/pwnagotchi-bookworm/pwnagotchi-bookworm/disk.img bs=1M count=1024
|
||||||
|
|
||||||
- name: Compress .img files
|
- name: Compress .img files
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user