Skip to content

Commit

Permalink
Generated from base-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Generate.yml committed Jan 23, 2025
1 parent 9090235 commit 272bddb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/tpl/README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,14 @@ We use Qemu and Libvirt to run the {{VM_NAME}} VM.

# Upcoming features:

1. Support other architectures.
1. Support s390x, or other architectures.
2. Support MacOS runner.
3. Support Linux ARM runner.
4. Get rid of Libvirt.







Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ EOF
runNFSInVM() {
echo "Installing NFS on host"
sudo apt-get install -y nfs-kernel-server
echo "$HOME/work *(rw,async,no_subtree_check,anonuid=$(id -u),anongid=$(id -g))" | sudo tee -a /etc/exports
echo "$HOME/work *(rw,insecure,async,no_subtree_check,anonuid=$(id -u),anongid=$(id -g))" | sudo tee -a /etc/exports
sudo exportfs -a

if [ -e "hooks/onRunNFS.sh" ] && ssh "$osname" env "RUNNER_HOME=$HOME" sh <hooks/onRunNFS.sh; then
Expand Down

0 comments on commit 272bddb

Please sign in to comment.