Skip to content

Commit

Permalink
fix(ci): add target aarch64-unknown-linux-gnu for nodejs binding (dat…
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored May 20, 2024
1 parent ecdcc90 commit e75e740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bindings.nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
matrix:
include:
- { target: x86_64-unknown-linux-gnu, runner: ubuntu-20.04 }
- { target: aarch64-unknown-linux-gnu, runner: ubuntu-20.04 }
- { target: aarch64-unknown-linux-musl, runner: ubuntu-latest }
- { target: x86_64-unknown-linux-musl, runner: ubuntu-latest }
- { target: x86_64-pc-windows-msvc, runner: windows-2019 }
Expand Down

0 comments on commit e75e740

Please sign in to comment.