Attempt something else

This commit is contained in:
Samuel Tyler 2025-10-18 18:37:15 +11:00
parent e8b3cb100d
commit a86196488a
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4

View file

@ -47,12 +47,12 @@ jobs:
mirror-state
key: cache-${{ hashFiles('steps/*/sources') }}
- name: Run bootstrap
run: sudo ./rootfs.py --qemu --external-sources --cores 2 --mirror file://${PWD}/mirror
run: sudo ./rootfs.py --qemu --external-sources --cores 1 --mirror file://${PWD}/mirror
- name: Remount package disk
if: always()
run: >
DEV=$(sudo losetup -f --show target/external.img) &&
sudo partprobe ${DEV}p1 &&
sudo partprobe ${DEV} &&
mkdir -p mnt &&
sudo mount ${DEV}p1 mnt
- name: Archive created packages