Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jun 6, 2024
1 parent 68b79ac commit eae57bf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-node-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [
target:
[
x86_64-unknown-linux-gnu,
aarch64-unknown-linux-gnu,
# x86_64-unknown-linux-musl,
x86_64-unknown-linux-musl,
aarch64-unknown-linux-musl,
]
steps:
Expand Down Expand Up @@ -59,9 +60,6 @@ jobs:
yarn
- name: Build target
if: ${{ ! startsWith(matrix.target, 'aarch64') }}
env:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: aarch64-linux-gnu-gcc
CC: aarch64-linux-gnu-gcc
run: |
cd bindings_node
yarn build --target ${{ matrix.target }}
Expand Down

0 comments on commit eae57bf

Please sign in to comment.