File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,21 @@ After that, to find out which languages are available type in:
34
34
$ faas-cli new --list
35
35
Languages available as templates:
36
36
- csharp
37
+ - csharp-armhf
37
38
- dockerfile
39
+ - dockerfile-armhf
38
40
- go
39
41
- go-armhf
42
+ - java12
43
+ - java8
40
44
- node
41
45
- node-arm64
42
46
- node-armhf
47
+ - php7
43
48
- python
44
49
- python-armhf
45
50
- python3
51
+ - python3-armhf
46
52
- ruby
47
53
```
48
54
Original file line number Diff line number Diff line change @@ -35,15 +35,21 @@ Fetch templates from repository: https://github.com/openfaas/templates.git
35
35
$ faas-cli new --list
36
36
Languages available as templates:
37
37
- csharp
38
+ - csharp-armhf
38
39
- dockerfile
40
+ - dockerfile-armhf
39
41
- go
40
42
- go-armhf
43
+ - java12
44
+ - java8
41
45
- node
42
46
- node-arm64
43
47
- node-armhf
48
+ - php7
44
49
- python
45
50
- python-armhf
46
51
- python3
52
+ - python3-armhf
47
53
- ruby
48
54
```
49
55
You can’t perform that action at this time.
0 commit comments