Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paigeadelethompson authored Jul 15, 2024
1 parent 2da3973 commit 7f0c806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ jobs:
run: docker create --name rpi-image void:latest
- name: Docker export
run: cd /mnt ; sudo docker export rpi-image | sudo tar --exclude=etc/machine-id --exclude=etc/ssh/*_key* --exclude=etc/ssh/moduli -xf -
- name: Free space
run: docker rm rpi-image ; docker rmi voidlinux/voidlinux:latest
- name: Delete QEMU BINFMT shim
run: sudo rm -rf /mnt/usr/bin/qemu-aarch64-static
- name: Copy hosts file
Expand All @@ -94,6 +92,8 @@ jobs:
run: sudo sync && sudo sync && sudo umount /mnt/boot && sudo umount /mnt
- name: Disconnect installer.bin
run: sudo losetup -D /dev/loop254
- name: Free space
run: docker rm rpi-image ; docker rmi voidlinux/voidlinux:latest; rm -rf config/ ; rm -rf linux ; rm -rf .git ; true
- name: Move into directory
run: mkdir void_uconsole_os && mv installer.* void_uconsole_os/
- name: Archive directory
Expand Down

0 comments on commit 7f0c806

Please sign in to comment.