Skip to content

Commit 7d7d0c0

Browse files
committed
ci: use setup-cpp-ubuntu 20 base image for arm build
1 parent eca2382 commit 7d7d0c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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:
@@ -60,7 +60,8 @@ jobs:
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"

0 commit comments

Comments
 (0)