File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
if : ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
11
11
runs-on : ${{ matrix.os }}
12
12
# prettier-ignore
13
- name : ${{ matrix.os }}-${{ matrix.node_arch }}-${{ matrix.dockerfile }}-${{ matrix.distro }}
13
+ name : ${{ matrix.os }}-${{ matrix.node_arch }}-${{ matrix.dockerfile }}-${{ matrix.distro }}-${{ matrix.base_image }}
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
60
60
- os : ubuntu-24.04
61
61
node_arch : arm64
62
62
cpp_arch : amd64_arm64
63
- distro : ubuntu20.04
63
+ distro : none
64
+ base_image : aminya/setup-cpp-ubuntu-gcc:20.04-1.3.0
64
65
native : false
65
66
66
67
# Musl Alpine Arm
@@ -179,6 +180,7 @@ jobs:
179
180
with :
180
181
arch : aarch64
181
182
distro : ${{ matrix.distro }}
183
+ base_image : ${{ matrix.base_image }}
182
184
githubToken : ${{ github.token }}
183
185
setup : |
184
186
mkdir -p "${PWD}/build"
You can’t perform that action at this time.
0 commit comments