mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-02 22:10:25 +08:00
补充编译脚本
This commit is contained in:
1
build/.gitignore
vendored
1
build/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
bin/*
|
||||
caches
|
||||
upload.sh
|
||||
8
build/build-all.sh
Executable file
8
build/build-all.sh
Executable 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
|
||||
Reference in New Issue
Block a user