Skip to content

Commit

Permalink
add back /dev
Browse files Browse the repository at this point in the history
  • Loading branch information
monoidic committed Oct 17, 2023
1 parent 206bd30 commit e5dbe33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- run: sudo tar -C rootfs -xf rootfs.tgz
- run: sudo mkdir rootfs/src
- run: sudo mount -o bind . rootfs/src
- run: sudo mount -t devtmpfs devtmpfs rootfs/dev/
- run: sudo cp $(which qemu-${{ matrix.arch }}-static) rootfs/
- run: printf 'nameserver 1.1.1.1\n' | sudo tee rootfs/etc/resolv.conf
- run: sudo chroot rootfs /qemu-${{ matrix.arch }}-static /bin/sh /src/static.sh
Expand Down

0 comments on commit e5dbe33

Please sign in to comment.