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