Skip to content

Commit 62ce08a

Browse files
committed
ci: build on Ubuntu 20.04
1 parent 43a94be commit 62ce08a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
os:
1616
- ubuntu-22.04
17+
- ubuntu-20.04
1718
- windows-2022
1819
node_version:
1920
- 18
@@ -59,6 +60,7 @@ jobs:
5960
cpp_arch: amd64_arm64
6061
zmq_draft: false
6162

63+
# Alpine
6264
- os: ubuntu-22.04
6365
docker: node:18-alpine
6466
docker_cmd: apk add --no-cache pkgconfig curl tar python3 make gcc g++ cmake musl-dev && npm i -g pnpm && pnpm install && pnpm run prebuild

0 commit comments

Comments
 (0)