projectcalico / bpftool

Scripts for building bpftool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calico bpftool

Base image including a statically compiled bpftool for other calico projects to use.

Building the image

To build the image:

make image

The above will build for whatever architecture you are running on. To force a different architecture:

ARCH=<somearch> make image

About

Scripts for building bpftool


Languages

Language:Makefile 71.6%Language:Dockerfile 28.4%