mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
build storage-daemon and storage-daemon-cli binaries
This commit is contained in:
parent
59bc4c6055
commit
f7afe23a88
3 changed files with 3 additions and 3 deletions
2
.github/script/arm64-18.04.Dockerfile
vendored
2
.github/script/arm64-18.04.Dockerfile
vendored
|
@ -6,7 +6,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git
|
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && git checkout $branch
|
||||||
|
|
||||||
WORKDIR /ton
|
WORKDIR /ton
|
||||||
RUN mkdir /ton/build
|
RUN mkdir /ton/build
|
||||||
|
|
2
.github/script/arm64-20.04.Dockerfile
vendored
2
.github/script/arm64-20.04.Dockerfile
vendored
|
@ -6,7 +6,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git
|
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && git checkout $branch
|
||||||
|
|
||||||
WORKDIR /ton
|
WORKDIR /ton
|
||||||
RUN mkdir /ton/build
|
RUN mkdir /ton/build
|
||||||
|
|
2
.github/script/arm64-22.04.Dockerfile
vendored
2
.github/script/arm64-22.04.Dockerfile
vendored
|
@ -6,7 +6,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git
|
RUN git clone --recurse-submodules https://github.com/ton-blockchain/ton.git && git checkout $branch
|
||||||
|
|
||||||
WORKDIR /ton
|
WORKDIR /ton
|
||||||
RUN mkdir /ton/build
|
RUN mkdir /ton/build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue