There's a Makefile in the root folder. Here are some common options:
Build KubeZoo binary kube-zoo
make buildBuild for specific architecture. (amd64,arm,arm64)
GOOS=linux GOARCH=arm64 make buildBuild all docker images for all supported architectures.
make releaseBuild all docker images for specific architecture.
make release ARCH=arm64Build kubezoo-e2e-test binary to test KubeZoo.
make e2e