Skip to content

Commit

Permalink
net: update vmnet
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
  • Loading branch information
abiosoft committed Oct 3, 2024
1 parent 90c434c commit d936e13
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified embedded/network/vmnet_arm64.tar.gz
Binary file not shown.
Binary file modified embedded/network/vmnet_x86_64.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/build_vmnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit d936e13

Please sign in to comment.