mirror of
https://github.com/abiosoft/colima.git
synced 2026-05-17 12:10:34 +00:00
net: update vmnet (#1152)
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user