mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 20:22:19 +00:00
5 lines
103 B
Bash
Executable file
5 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
ARCH="x86_64" ./build.sh
|
|
ARCH="arm" ./build.sh
|
|
ARCH="x86" ./build.sh
|
|
ARCH="arm64" ./build.sh
|