Skip to content

Commit

Permalink
👷 release core ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Apr 3, 2024
1 parent ce11eb1 commit f85a817
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/bind-android-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
cd "$( cd "$( dirname "$0" )" && pwd )/.."

cd go/mobile

gomobile init
gomobile bind -target=android/arm64 -o lib/Mobile.aar ./
2 changes: 1 addition & 1 deletion scripts/bind-android-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
cd "$( cd "$( dirname "$0" )" && pwd )/.."

cd go/mobile

gomobile init
gomobile bind -target=android/arm,android/arm64,android/386,android/amd64 -o lib/Mobile.aar ./
2 changes: 1 addition & 1 deletion scripts/bind-ios-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
cd "$( cd "$( dirname "$0" )" && pwd )/.."

cd go/mobile

gomobile init
gomobile bind -iosversion 11.0 -target=ios -o lib/Mobile.xcframework ./
2 changes: 1 addition & 1 deletion scripts/bind-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
cd "$( cd "$( dirname "$0" )" && pwd )/.."

cd go/mobile

gomobile init
gomobile bind -iosversion 11.0 -target=ios -o lib/Mobile.xcframework ./

0 comments on commit f85a817

Please sign in to comment.