Skip to content

Commit

Permalink
fix armv7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Sep 21, 2024
1 parent 3eba255 commit 1e5d7e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ jobs:
setup: |
sudo apt-get update
sudo apt-get install meson gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
build: CC="arm-linux-gnueabihf-gcc" yarn workspace @napi-rs/image build --target armv7-unknown-linux-gnueabihf --features oxipng_libdeflater --use-napi-cross
build: |
export CC="arm-linux-gnueabihf-gcc"
export CARGO_CFG_TARGET_FEATURE="neon"
yarn workspace @napi-rs/image build --target armv7-unknown-linux-gnueabihf --features oxipng_libdeflater --use-napi-cross
- host: ubuntu-latest
target: aarch64-linux-android
build: |
Expand Down

0 comments on commit 1e5d7e1

Please sign in to comment.