Skip to content

Commit

Permalink
thing
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Apr 6, 2024
1 parent 5e14121 commit fb22531
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/vbox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: vbox
on:
workflow_dispatch:
jobs:
thing:
runs-on: macos-12
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: 1.22.2
- run: |
df -h
sysctl hw
VBoxManage list vms
VBoxManage list hostinfo
VBoxManage list systemproperties
make
./out/minikube start --memory=6000 --apiserver-port=8441 --wait=all --vm-driver=virtualbox --alsologtostderr
cat $HOME/.minikube/machines/minikube/minikube/Logs/VBox.log

0 comments on commit fb22531

Please sign in to comment.