mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 23:20:25 +08:00
9 lines
185 B
Bash
Executable File
9 lines
185 B
Bash
Executable File
#!/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
|
|
./build.sh darwin arm64 |