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 1010 if : ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
1111 runs-on : ${{ matrix.os }}
1212 # 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 }}
1414 strategy :
1515 fail-fast : false
1616 matrix :
6060 - os : ubuntu-24.04
6161 node_arch : arm64
6262 cpp_arch : amd64_arm64
63- distro : ubuntu20.04
63+ distro : none
64+ base_image : aminya/setup-cpp-ubuntu-gcc:20.04-1.3.0
6465 native : false
6566
6667 # Musl Alpine Arm
@@ -179,6 +180,7 @@ jobs:
179180 with :
180181 arch : aarch64
181182 distro : ${{ matrix.distro }}
183+ base_image : ${{ matrix.base_image }}
182184 githubToken : ${{ github.token }}
183185 setup : |
184186 mkdir -p "${PWD}/build"
You can’t perform that action at this time.
0 commit comments