From c074bb2f6df34f0af8a5f3cd5b48f97b086eeec4 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Fri, 5 Jun 2020 11:09:17 +0200 Subject: [PATCH] Add missing TFLite binaries --- taskcluster/scriptworker-task-github.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskcluster/scriptworker-task-github.yml b/taskcluster/scriptworker-task-github.yml index 75799d40..3003baad 100644 --- a/taskcluster/scriptworker-task-github.yml +++ b/taskcluster/scriptworker-task-github.yml @@ -49,7 +49,9 @@ build: - "node-package-tflite" cpp: - "darwin-amd64-cpu-opt" + - "darwin-amd64-tflite-opt" - "linux-amd64-cpu-opt" + - "linux-amd64-tflite-opt" - "linux-amd64-gpu-opt" - "linux-rpi3-cpu-opt" - "linux-arm64-cpu-opt"