travelping / upg-vpp

User Plane Gateway (UPG) based on VPP
Apache License 2.0
148 stars 51 forks source link

Build in arm-architecture #321

Open koromochu9999 opened 1 year ago

koromochu9999 commented 1 year ago

Hello @ivan4th, @sergeymatov I build upg-vpp and used in docker-container in arm-architecuture previously. When I build it, I edit Dockerfile.build for add verctorscan library instead of hyperscan. However, I can't edit now because upg-vpp project use quay recently. I try to build upg-vpp image with reference v22.02.2_dev_debug and v22.02.2_debug in quay.io/repositry/travelping/history, but it is failed. (I suspect some files is lack). Could you support me? Thanks.

sergeymatov commented 1 year ago

Hello @koromochu9999 Currently upg-vpp is based on VPP base image, we are having it in https://github.com/travelping/fpp-vpp repo You can use it to create own base images to build upg-vpp, please follow project documentation to proceed

infinitydon commented 1 year ago

@koromochu9999 - If you were able to build for the ARM architecture, can you share the Dockerfile that you used?

Thanks

infinitydon commented 1 year ago

Or can you share the Dockerfile of the upg-vpp version (maybe 1.2 release) you were able to build before?