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.
1 parent ffb107b commit 91519a1Copy full SHA for 91519a1
.github/workflows/CI.yml
@@ -98,7 +98,9 @@ jobs:
98
build: yarn build --target aarch64-apple-darwin
99
- host: ubuntu-latest
100
target: aarch64-unknown-linux-gnu
101
- build: yarn build --target aarch64-unknown-linux-gnu --use-napi-cross
+ build: |
102
+ export CFLAGS_aarch64_unknown_linux_gnu="-D__ARM_ARCH=8"
103
+ yarn build --target aarch64-unknown-linux-gnu --use-napi-cross
104
name: stable - ${{ matrix.settings.target }} - node@22
105
runs-on: ${{ matrix.settings.host }}
106
steps:
0 commit comments