From f7afe23a8858e2abf01977ee2f7a1faf9f917925 Mon Sep 17 00:00:00 2001 From: neodiX Date: Wed, 28 Dec 2022 22:23:06 +0100 Subject: [PATCH] build storage-daemon and storage-daemon-cli binaries --- .github/script/arm64-18.04.Dockerfile | 2 +- .github/script/arm64-20.04.Dockerfile | 2 +- .github/script/arm64-22.04.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/script/arm64-18.04.Dockerfile b/.github/script/arm64-18.04.Dockerfile index a6ffe38c..bce6b929 100644 --- a/.github/script/arm64-18.04.Dockerfile +++ b/.github/script/arm64-18.04.Dockerfile @@ -6,7 +6,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe 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 RUN mkdir /ton/build diff --git a/.github/script/arm64-20.04.Dockerfile b/.github/script/arm64-20.04.Dockerfile index 576e582b..bc59c3a5 100644 --- a/.github/script/arm64-20.04.Dockerfile +++ b/.github/script/arm64-20.04.Dockerfile @@ -6,7 +6,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe 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 RUN mkdir /ton/build diff --git a/.github/script/arm64-22.04.Dockerfile b/.github/script/arm64-22.04.Dockerfile index e4735bd5..b4094423 100644 --- a/.github/script/arm64-22.04.Dockerfile +++ b/.github/script/arm64-22.04.Dockerfile @@ -6,7 +6,7 @@ RUN apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gpe 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 RUN mkdir /ton/build