mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
23 lines
1.1 KiB
YAML
23 lines
1.1 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://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.tensorflow.pip.r1.14.e77504ac6b941fd2af495b49a0bcd56f25ca0e1e.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"
|