Skip to content

Commit

Permalink
Add armhf version of text-to-speech
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Gee <[email protected]>
  • Loading branch information
rgee0 authored and alexellis committed Apr 22, 2019
1 parent 86e386c commit fec2bcf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions store-armhf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]

0 comments on commit fec2bcf

Please sign in to comment.