We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206bd30 commit e5dbe33Copy full SHA for e5dbe33
.github/workflows/build.yml
@@ -35,6 +35,7 @@ jobs:
35
- run: sudo tar -C rootfs -xf rootfs.tgz
36
- run: sudo mkdir rootfs/src
37
- run: sudo mount -o bind . rootfs/src
38
+ - run: sudo mount -t devtmpfs devtmpfs rootfs/dev/
39
- run: sudo cp $(which qemu-${{ matrix.arch }}-static) rootfs/
40
- run: printf 'nameserver 1.1.1.1\n' | sudo tee rootfs/etc/resolv.conf
41
- run: sudo chroot rootfs /qemu-${{ matrix.arch }}-static /bin/sh /src/static.sh
0 commit comments