net: update vmnet (#1152)

Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
This commit is contained in:
Abiola Ibrahim
2024-10-04 10:36:14 +01:00
committed by GitHub
parent 90c434c852
commit ffb36052b0
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -26,7 +26,7 @@ build_x86_64() (
cd "$DIR_VMNET"
# pinning to a commit for consistency
git checkout 3ce6e3f6e3493bd877e10292d3b68b1e0f87210b
git checkout v1.1.5
make ARCH=x86_64
move_to_embed_dir x86_64
@@ -39,7 +39,7 @@ build_arm64() (
cd "$DIR_VMNET"
# pinning to a commit for consistency
git checkout 3ce6e3f6e3493bd877e10292d3b68b1e0f87210b
git checkout v1.1.5
make ARCH=arm64
move_to_embed_dir arm64