Skip to content

Commit

Permalink
fix(vm-minimal.yml): mkdir -p rootfs
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Apr 7, 2024
1 parent b293dc4 commit 5ab86dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vm-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
docker pull $image
name=$(docker create $image)
docker export $name -o rootfs.tar
sudo mkdir -pv rootfs
sudo tar -C rootfs --overwrite -xf rootfs.tar
unlink rootfs.tar
sudo cp -pv ${{env.scripts}} rootfs/usr/local/bin
Expand Down

0 comments on commit 5ab86dd

Please sign in to comment.