We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43a94be + 88a0b26 commit 59bb63bCopy full SHA for 59bb63b
1 file changed
.github/workflows/CI.yml
@@ -13,7 +13,8 @@ jobs:
13
fail-fast: false
14
matrix:
15
os:
16
- - ubuntu-22.04
+ # - ubuntu-22.04
17
+ - ubuntu-20.04
18
- windows-2022
19
node_version:
20
- 18
@@ -59,6 +60,7 @@ jobs:
59
60
cpp_arch: amd64_arm64
61
zmq_draft: false
62
63
+ # Alpine
64
- os: ubuntu-22.04
65
docker: node:18-alpine
66
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