Skip to content

Commit

Permalink
feat(cli): strip android binary in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Oct 1, 2021
1 parent 16aacd8 commit 1c9a307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/new/ci-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
build: |
export CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER="\${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang"
yarn build --target aarch64-linux-android
\${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-strip *.node
- host: ubuntu-latest
target: 'aarch64-unknown-linux-musl'
downloadTarget: 'aarch64-unknown-linux-musl'
Expand Down

0 comments on commit 1c9a307

Please sign in to comment.