mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 03:35:55 +00:00
Compare commits
2 Commits
nightly-20
...
mathbunnyr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b11c1c9987 | ||
|
|
43a4d15d2d |
3
.github/workflows/update_docker_ci.yml
vendored
3
.github/workflows/update_docker_ci.yml
vendored
@@ -25,7 +25,8 @@ on:
|
|||||||
concurrency:
|
concurrency:
|
||||||
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
|
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
# We want to execute all builds sequentially in develop
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GHCR_REPO: ghcr.io/${{ github.repository_owner }}
|
GHCR_REPO: ghcr.io/${{ github.repository_owner }}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ ARG GCC_MAJOR_VERSION
|
|||||||
ARG GCC_MINOR_VERSION=3
|
ARG GCC_MINOR_VERSION=3
|
||||||
ARG GCC_PATCH_VERSION=0
|
ARG GCC_PATCH_VERSION=0
|
||||||
ARG GCC_VERSION=${GCC_MAJOR_VERSION}.${GCC_MINOR_VERSION}.${GCC_PATCH_VERSION}
|
ARG GCC_VERSION=${GCC_MAJOR_VERSION}.${GCC_MINOR_VERSION}.${GCC_PATCH_VERSION}
|
||||||
ARG BUILD_VERSION=5
|
ARG BUILD_VERSION=6
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user