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
e24ba20d36
commit
1f36bbe524
1 changed files with 6 additions and 1 deletions
7
.github/workflows/docker-compile-ubuntu.yml
vendored
7
.github/workflows/docker-compile-ubuntu.yml
vendored
|
@ -33,11 +33,16 @@ jobs:
|
|||
- name: Check output
|
||||
run: echo branch ${{ steps.vars.outputs.short_ref }}
|
||||
|
||||
- name: GSL
|
||||
run: |
|
||||
gsl-config --libs
|
||||
gsl-config --version
|
||||
|
||||
- name: Build with docker buildx
|
||||
run: |
|
||||
mkdir build-${{matrix.ver}}-${{matrix.arch}}
|
||||
|
||||
echo docker buildx build --build-arg branch=${GITHUB_REF##*/} --platform=linux/${{matrix.arch}} --progress=plain --load . -t build-${{matrix.ver}}-${{matrix.arch}} -f .github/script/${{matrix.arch}}-${{matrix.ver}}.Dockerfile
|
||||
echo docker buildx build --build-arg branch=${{ steps.vars.outputs.short_ref }} --platform=linux/${{matrix.arch}} --progress=plain --load . -t build-${{matrix.ver}}-${{matrix.arch}} -f .github/script/${{matrix.arch}}-${{matrix.ver}}.Dockerfile
|
||||
docker buildx build --build-arg branch=${GITHUB_REF##*/} --platform=linux/${{matrix.arch}} --progress=plain --load . -t build-${{matrix.ver}}-${{matrix.arch}} -f .github/script/${{matrix.arch}}-${{matrix.ver}}.Dockerfile
|
||||
container_id=$(docker create --platform=linux/${{matrix.arch}} build-${{matrix.ver}}-${{matrix.arch}})
|
||||
docker cp $container_id:/ton/build/dht-server/dht-server build-${{matrix.ver}}-${{matrix.arch}}/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue