mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 11:42:18 +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
|