ci: Add mold to tools image (#2301)

Work on: https://github.com/XRPLF/clio/issues/1242
This commit is contained in:
Ayaz Salikhov
2025-07-08 17:41:22 +01:00
committed by GitHub
parent b7b61ef61d
commit ae4f2d9023
3 changed files with 30 additions and 10 deletions

View File

@@ -197,6 +197,7 @@ jobs:
tools:
name: Build and push tools docker image
runs-on: heavy
needs: [gcc-merge]
steps:
- uses: actions/checkout@v4
@@ -220,6 +221,8 @@ jobs:
type=raw,value=latest
type=raw,value=${{ github.sha }}
platforms: linux/amd64,linux/arm64
build_args: |
GCC_VERSION=${{ env.GCC_VERSION }}
ci:
name: Build and push CI docker image