👷 release core ci

This commit is contained in:
niuhuan 2024-04-03 16:47:59 +08:00
parent ce11eb1e0f
commit f85a817ae7
4 changed files with 4 additions and 4 deletions

View File

@ -3,5 +3,5 @@
cd "$( cd "$( dirname "$0" )" && pwd )/.." cd "$( cd "$( dirname "$0" )" && pwd )/.."
cd go/mobile cd go/mobile
gomobile init
gomobile bind -target=android/arm64 -o lib/Mobile.aar ./ gomobile bind -target=android/arm64 -o lib/Mobile.aar ./

View File

@ -3,5 +3,5 @@
cd "$( cd "$( dirname "$0" )" && pwd )/.." cd "$( cd "$( dirname "$0" )" && pwd )/.."
cd go/mobile cd go/mobile
gomobile init
gomobile bind -target=android/arm,android/arm64,android/386,android/amd64 -o lib/Mobile.aar ./ gomobile bind -target=android/arm,android/arm64,android/386,android/amd64 -o lib/Mobile.aar ./

View File

@ -3,5 +3,5 @@
cd "$( cd "$( dirname "$0" )" && pwd )/.." cd "$( cd "$( dirname "$0" )" && pwd )/.."
cd go/mobile cd go/mobile
gomobile init
gomobile bind -iosversion 11.0 -target=ios -o lib/Mobile.xcframework ./ gomobile bind -iosversion 11.0 -target=ios -o lib/Mobile.xcframework ./

View File

@ -3,5 +3,5 @@
cd "$( cd "$( dirname "$0" )" && pwd )/.." cd "$( cd "$( dirname "$0" )" && pwd )/.."
cd go/mobile cd go/mobile
gomobile init
gomobile bind -iosversion 11.0 -target=ios -o lib/Mobile.xcframework ./ gomobile bind -iosversion 11.0 -target=ios -o lib/Mobile.xcframework ./