Skip to content

Commit

Permalink
fix(release): remove build steps for android platform
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Mar 25, 2024
1 parent 85f3b72 commit 161ef5f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/reusable-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,6 @@ jobs:
export CC=clang;
pnpm ci:build-release-binding --target armv7-unknown-linux-gnueabihf --use-napi-cross
- os: ubuntu-latest
target: aarch64-linux-android
build: |
export CARGO_BUILD_TARGET=aarch64-linux-android;
pnpm ci:build-release-binding --target aarch64-linux-android
- os: ubuntu-latest
target: armv7-linux-androideabi
build: |
export CARGO_BUILD_TARGET=armv7-linux-androideabi;
pnpm ci:build-release-binding --target armv7-linux-androideabi
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
build: |
Expand Down

0 comments on commit 161ef5f

Please sign in to comment.