Skip to content

Latest commit

 

History

History
executable file
·
61 lines (45 loc) · 3.63 KB

tutorial_CN.md

File metadata and controls

executable file
·
61 lines (45 loc) · 3.63 KB

使用教程

源码编译

您可以选择使用SuperEdge Release的版本,也可以根据需要使用源代码编译出符合您需求的版本

1. 选择Release版本

2. 我要编译源代码

  • format, build and test: make

  • build: make build

  • build some cmd: make build BINS="lite-apiserver"

  • build multi arch cmd: make build.multiarch BINS="lite-apiserver" PLATFORMS="linux_amd64 linux_arm64"

  • build docker image: make image IMAGES="application-grid-controller application-grid-wrapper"

  • build multi arch docker image: make image.multiarch IMAGES="application-grid-controller application-grid-wrapper" PLATFORMS="linux_amd64 linux_arm64" VERSION="v2.0.0"

  • push mainfest: make manifest.multiarch IMAGES="application-grid-wrapper application-grid-controller" PLATFORMS="linux_amd64 linux_arm64" REGISTRY_PREFIX="docker.io/superedge" VERSION="v2.0.0"

  • clean: make clean

我想深入了解原理

1. 组件及特性解析

2. 技术文章

3. 实践案例

4. 易学易用系列视频