mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-13 16:25:51 +00:00
4
.github/workflows/update_docker_ci.yml
vendored
4
.github/workflows/update_docker_ci.yml
vendored
@@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
name: Build and push docker image
|
name: Build and push docker image
|
||||||
runs-on: [self-hosted, Linux]
|
runs-on: [self-hosted, Linux, x-heavy]
|
||||||
steps:
|
steps:
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
images: rippleci/clio_ci
|
images: rippleci/clio_ci
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest
|
type=raw,value=latest
|
||||||
type=raw,value=gcc_11
|
type=raw,value=gcc_12
|
||||||
type=raw,value=${{ env.GITHUB_SHA }}
|
type=raw,value=${{ env.GITHUB_SHA }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Clio is built with [CMake](https://cmake.org/) and uses [Conan](https://conan.io
|
|||||||
|
|
||||||
| Compiler | Version |
|
| Compiler | Version |
|
||||||
|-------------|---------|
|
|-------------|---------|
|
||||||
| GCC | 12 |
|
| GCC | 12.3 |
|
||||||
| Clang | 16 |
|
| Clang | 16 |
|
||||||
| Apple Clang | 15 |
|
| Apple Clang | 15 |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user