Skip to content

Commit

Permalink
thing
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Apr 5, 2024
1 parent 5e14121 commit 31fc7d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/vbox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: vbox
on:
workflow_dispatch:
jobs:
thing:
runs-on: macos-12
steps:
-run: |
sysctl hw
VBoxManage showvminfo
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd64
chmod +x ./minikube-darwin-amd64
./minikube-darwin-amd64 start --memory=6000 --apiserver-port=8441 --wait=all --vm-driver=virtualbox --alsologtostderr

0 comments on commit 31fc7d7

Please sign in to comment.