23 lines
1.0 KiB
YAML
23 lines
1.0 KiB
YAML
build:
|
|
template_file: linux-opt-base.tyml
|
|
routes:
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.android-arm64"
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.android-arm64"
|
|
- "index.project.deepspeech.deepspeech.native_client.android-arm64.${event.head.sha}"
|
|
- "notify.irc-channel.${notifications.irc}.on-exception"
|
|
- "notify.irc-channel.${notifications.irc}.on-failed"
|
|
system_setup:
|
|
>
|
|
${swig.packages.install_script}
|
|
system_config:
|
|
>
|
|
${swig.patch_nodejs.linux}
|
|
tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.r1.13.3e0cc5374d6f4a0cc1e1c14e7a185296fe23ea4b.android-arm64/artifacts/public/home.tar.xz"
|
|
scripts:
|
|
build: "taskcluster/android-build.sh arm64-v8a"
|
|
package: "taskcluster/android-package.sh arm64-v8a"
|
|
nc_asset_name: "native_client.arm64.cpu.android.tar.xz"
|
|
metadata:
|
|
name: "DeepSpeech Android ARM64"
|
|
description: "Building DeepSpeech for Android ARM64, optimized version"
|