Skip to content

Commit a891ca4

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 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)