-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c7a90dd
commit 9a330ea
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule socket_vmnet
updated
16 files
+30 −0 | .github/workflows/build.yaml | |
+32 −33 | .github/workflows/lima.yaml | |
+46 −0 | .github/workflows/qemu.yaml | |
+24 −4 | .github/workflows/release.yaml | |
+20 −5 | Makefile | |
+159 −65 | README.md | |
+58 −76 | cli.c | |
+1 −2 | client/main.c | |
+34 −0 | hack/brew-install-version.sh | |
+3 −0 | launchd/io.github.lima-vm.socket_vmnet.bridged.en0.plist | |
+3 −0 | launchd/io.github.lima-vm.socket_vmnet.plist | |
+20 −0 | log.h | |
+144 −124 | main.c | |
+30 −0 | test/lima.yaml | |
+76 −0 | test/perf.sh | |
+20 −0 | test/vmnet.yaml |