diff --git a/functions.json b/functions.json index b367476..64a49e8 100644 --- a/functions.json +++ b/functions.json @@ -212,7 +212,8 @@ "title": "OpenFaaS Text-to-Speech", "description": "Generate an MP3 of text using Google's Text-to-Speech", "images": { - "x86_64": "rorpage/text-to-speech" + "x86_64": "rorpage/text-to-speech", + "armhf": "rgee0/text-to-speech:armhf-latest" }, "name": "text-to-speech", "repo_url": "https://github.com/rorpage/openfaas-text-to-speech", diff --git a/store-armhf.json b/store-armhf.json index 4c3d9e6..6ea6eab 100644 --- a/store-armhf.json +++ b/store-armhf.json @@ -45,5 +45,20 @@ "name": "certinfo", "network": "func_functions", "repo_url": "https://github.com/stefanprodan/openfaas-certinfo" + }, + { + "icon": "https://ssl.gstatic.com/translate/community/backgrounds/globe.png", + "title": "OpenFaaS Text-to-Speech", + "description": "Generate an MP3 of text using Google's Text-to-Speech", + "image": "rgee0/text-to-speech:armhf-latest", + "name": "text-to-speech", + "repo_url": "https://github.com/rgee0/openfaas-text-to-speech/tree/armhf", + "labels": { + "com.openfaas.ui.ext": "mp3" + }, + "environment": { + "read_timeout": "60", + "write_timeout": "60" + } } ]