File tree Expand file tree Collapse file tree 3 files changed +20
-20
lines changed
Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ jobs:
1919 permissions :
2020 packages : write
2121 strategy :
22- fail-fast : false
23- matrix :
24- image :
25- - debian-bullseye
26- - debian-bookworm
27- - gcc
28- - rhel-9.4
29- - rhel-9.6
30- - tools-rippled-clang-format
31- - tools-rippled-documentation
32- - tools-rippled-pre-commit
33- - tools-rippled-prettier
34- - ubuntu-jammy
35- - ubuntu-noble
22+ fail-fast : false
23+ matrix :
24+ image :
25+ - debian-bullseye
26+ - debian-bookworm
27+ - gcc
28+ - rhel-9.4
29+ - rhel-9.6
30+ - tools-rippled-clang-format
31+ - tools-rippled-documentation
32+ - tools-rippled-pre-commit
33+ - tools-rippled-prettier
34+ - ubuntu-jammy
35+ - ubuntu-noble
3636 steps :
3737 - name : Cleanup images in the GitHub Container Registry
3838 uses : dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16
Original file line number Diff line number Diff line change 9090 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
9191 with :
9292 build-args : |
93- BUILDKIT_DOCKERFILE_CHECK=skip=InvalidDefaultArgInFrom
94- BUILDKIT_INLINE_CACHE=1
93+ BUILDKIT_DOCKERFILE_CHECK=skip=InvalidDefaultArgInFrom
94+ BUILDKIT_INLINE_CACHE=1
9595 context : .
9696 file : docker/gcc/Dockerfile.${{ matrix.os.compiler_version }}-${{ matrix.os.release }}
9797 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ jobs:
6060 compiler_version : 14
6161 - release : 9
6262 compiler_name : clang
63- compiler_version : ' any'
63+ compiler_version : " any"
6464 - release : 10
6565 compiler_name : clang
66- compiler_version : ' any'
66+ compiler_version : " any"
6767 runs-on : ${{ matrix.architecture.runner }}
6868 permissions :
6969 packages : write
@@ -168,10 +168,10 @@ jobs:
168168 compiler_version : 14
169169 - release : 9
170170 compiler_name : clang
171- compiler_version : ' any'
171+ compiler_version : " any"
172172 - release : 10
173173 compiler_name : clang
174- compiler_version : ' any'
174+ compiler_version : " any"
175175 runs-on : ubuntu-24.04
176176 needs :
177177 - build
You can’t perform that action at this time.
0 commit comments