We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82831e9 + 75eebb7 commit 3e8d8e7Copy full SHA for 3e8d8e7
script/build
@@ -28,6 +28,8 @@ fi
28
29
if [[ "$OS" == "linux" || "$OS" == "all" ]]; then
30
GOOS=linux GOARCH=amd64 build
31
+ GOOS=android GOARCH=arm64 build
32
+ GOOS=android GOARCH=amd64 build
33
fi
34
35
if [[ "$OS" == "darwin" || "$OS" == "all" ]]; then
script/upload-release
@@ -11,6 +11,6 @@ if [ -z $TAG ]; then
11
12
shift
13
14
-BINARIES="gh-models-darwin-amd64 gh-models-darwin-arm64 gh-models-linux-amd64 gh-models-windows-amd64.exe"
+BINARIES="gh-models-darwin-amd64 gh-models-darwin-arm64 gh-models-linux-amd64 gh-models-windows-amd64.exe gh-models-android-arm64 gh-models-android-amd64"
15
16
gh release upload $* $TAG $BINARIES
0 commit comments