Skip to content

Commit 060b17b

Browse files
author
Alexandre Lissy
committed
Handle GitHub upload of Android builds
X-DeepSpeech: NOBUILD
1 parent 77a9a53 commit 060b17b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

taskcluster/android-arm64-cpu-opt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ build:
1616
scripts:
1717
build: "taskcluster/android-build.sh arm64-v8a"
1818
package: "taskcluster/android-package.sh arm64-v8a"
19+
nc_asset_name: "native_client.arm64.cpu.android.tar.xz"
1920
metadata:
2021
name: "DeepSpeech Android ARM64"
2122
description: "Building DeepSpeech for Android ARM64, optimized version"

taskcluster/android-armv7-cpu-opt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ build:
1616
scripts:
1717
build: "taskcluster/android-build.sh armeabi-v7a"
1818
package: "taskcluster/android-package.sh armeabi-v7a"
19+
nc_asset_name: "native_client.armv7.cpu.android.tar.xz"
1920
metadata:
2021
name: "DeepSpeech Android ARMv7"
2122
description: "Building DeepSpeech for Android ARMv7, optimized version"

taskcluster/scriptworker-task-github.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ build:
88
- "linux-amd64-gpu-opt"
99
- "linux-rpi3-cpu-opt"
1010
- "node-package"
11+
- "android-arm64-cpu-opt"
12+
- "android-armv7-cpu-opt"
1113
allowed:
1214
- "tag"
1315
ref_match: "refs/tags/"
@@ -34,6 +36,8 @@ build:
3436
- "linux-amd64-gpu-opt"
3537
- "linux-rpi3-cpu-opt"
3638
- "linux-arm64-cpu-opt"
39+
- "android-arm64-cpu-opt"
40+
- "android-armv7-cpu-opt"
3741
metadata:
3842
name: "DeepSpeech GitHub Packages"
3943
description: "Trigger Uploading of DeepSpeech Packages to GitHub release page"

0 commit comments

Comments
 (0)