Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d47ec0

Browse files
committed
Add linux arm support for nodegit
1 parent 33994cf commit 3d47ec0

File tree

3 files changed

+2167
-382
lines changed

3 files changed

+2167
-382
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
name: "Linux Tests"
1818
strategy:
1919
matrix:
20-
node: [14, 16, 18]
20+
node: [16, 18]
21+
arch: [x86, arm64]
2122
runs-on: ubuntu-latest
22-
container: ubuntu:20.04
23+
container: ubuntu:22.04
2324
steps:
2425
- name: Install Dependencies for Ubuntu
2526
# git >= 2.18 required for actions/checkout git support
@@ -86,8 +87,8 @@ jobs:
8687
name: "macOS Tests"
8788
strategy:
8889
matrix:
89-
node: [14, 16, 18]
90-
runs-on: macOS-10.15
90+
node: [16, 18]
91+
runs-on: macos-12
9192
# This is mostly the same as the Linux steps, waiting for anchor support
9293
# https://github.com/actions/runner/issues/1182
9394
steps:

0 commit comments

Comments
 (0)