补充编译脚本

This commit is contained in:
GoEdgeLab
2021-03-16 18:12:23 +08:00
parent 7b01a252a5
commit f62266296f
2 changed files with 10 additions and 1 deletions

3
build/.gitignore vendored
View File

@@ -1,2 +1,3 @@
bin/* bin/*
caches caches
upload.sh

8
build/build-all.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
./build.sh linux amd64
./build.sh linux 386
./build.sh linux arm64
./build.sh linux mips64
./build.sh linux mips64le
./build.sh darwin amd64