Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 589 Bytes

File metadata and controls

19 lines (15 loc) · 589 Bytes

CrossBuildPlatform - 自动化编译平台

自动获取github最新realse版本进行自动化编译 成windows、linux、mac os、openwrt各平台 对应 x86、x64、mips等 指令集的平台

支持语言: Golang
支持系统: Windows、Linux、MacOS
支持指令集:x86、x64、mips64、mips32、ARM6、ARM7、ARM8、ARM9
快速开始
  1. 下载源码包
  2. 运行Golang文件下的init.py文件
  3. 配置config.json
  4. 每次编译时运行build.py文件

TODO:

  • 支持Nodejs
  • 支持.Net Core

其他