VPP just won't work. God help

This commit is contained in:
2026-04-14 03:58:23 +08:00
parent 9027132a7d
commit 9225857db6
9 changed files with 402 additions and 110 deletions

View File

@@ -219,7 +219,8 @@ vpp: $(VPP_TAR) $(DPDK_TAR) $(FMLIB_TAR) $(FMC_TAR) $(NXP_TAR)
--build-arg VPP_UPSTREAM_VERSION=$(VPP_UPSTREAM_VERSION) \
--build-arg DPDK_TAR=$(DPDK_TAR) \
--build-arg DPDK_VERSION=$(DPDK_VERSION) \
--output type=local,dest=./$(OUT_DIR) .
-t $(DOCKER_IMAGE_ROOT)/vpp-source:$(TAG) . \
# --output type=local,dest=./$(OUT_DIR) .
docker buildx build --platform linux/arm64 \
-f docker/vpp-container.Dockerfile \
--build-arg APT_PROXY=$(APT_PROXY) \