mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
ci: Add mold to tools image (#2301)
Work on: https://github.com/XRPLF/clio/issues/1242
This commit is contained in:
3
.github/workflows/update_docker_ci.yml
vendored
3
.github/workflows/update_docker_ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user