Skip to content

Commit abde08b

Browse files
ci(core): add sanity check to make sure native-core builds on arm
1 parent 4c4eadc commit abde08b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,19 @@ jobs:
7878
env:
7979
CODSPEED_SKIP_UPLOAD: true
8080
CODSPEED_DEBUG: true
81+
82+
build-native-arm:
83+
runs-on: codspeedhq-arm64-ubuntu-22.04
84+
steps:
85+
- uses: "actions/checkout@v4"
86+
with:
87+
fetch-depth: 0
88+
submodules: true
89+
- uses: pnpm/action-setup@v2
90+
- uses: actions/setup-node@v3
91+
with:
92+
cache: pnpm
93+
node-version-file: .nvmrc
94+
- run: pnpm install --frozen-lockfile --prefer-offline
95+
- name: Build native core on ARM
96+
run: pnpm moon core:build-native-addon

0 commit comments

Comments
 (0)