mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-18 18:55:51 +00:00
fix: Don't cancel ci image builds (#2259)
This commit is contained in:
@@ -10,7 +10,7 @@ ARG GCC_MAJOR_VERSION
|
||||
ARG GCC_MINOR_VERSION=3
|
||||
ARG GCC_PATCH_VERSION=0
|
||||
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 TARGETARCH
|
||||
|
||||
Reference in New Issue
Block a user