Skip to content

Commit

Permalink
fix: add armv7a and i686 android lib releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Feb 17, 2025
1 parent bd855f5 commit 608902c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,14 @@ jobs:
mkdir -p android/x86_64
make posix-lib COMPILER=x86_64-linux-android21-clang RELEASE=1 CCACHE=1
mv libzenroom.so android/x86_64
make clean
mkdir -p android/i686
make posix-lib COMPILER=i686-linux-android21-clang RELEASE=1 CCACHE=1
mv libzenroom.so android/i686
make clean
mkdir -p android/armv7a
make posix-lib COMPILER=armv7a-linux-androideabi21-clang RELEASE=1 CCACHE=1
mv libzenroom.so android/armv7a
- name: Pack build results
run: |
tree android
Expand Down

0 comments on commit 608902c

Please sign in to comment.