Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 280 Bytes

developer-guide.md

File metadata and controls

15 lines (10 loc) · 280 Bytes

Developer Guide

There's a Makefile in the root folder.

  • Build docker images for specific architecture, supported architectures are amd64,arm,arm64:
ARCH=amd64 make build
  • Build all docker images for all supported architectures.
make build