Skip to content

Commit ebfaba2

Browse files
committed
Remove armhf reference
No longer required Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 1b4cecc commit ebfaba2

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

lab3.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ faas-cli template pull
2525

2626
Fetch templates from repository: https://github.com/openfaas/templates.git
2727
Attempting to expand templates from https://github.com/openfaas/templates.git
28-
Fetched 11 template(s) : [csharp dockerfile go go-armhf node node-arm64 node-armhf python python-armhf python3 ruby]
28+
2021/08/25 15:58:10 Fetched 13 template(s) : [csharp dockerfile go java11 java11-vert-x node node12 node14 php7 python python3 python3-debian ruby] from https://github.com/openfaas/templates.git
2929
```
3030

3131
After that, to find out which languages are available type in:
@@ -34,21 +34,17 @@ After that, to find out which languages are available type in:
3434
$ faas-cli new --list
3535
Languages available as templates:
3636
- csharp
37-
- csharp-armhf
3837
- dockerfile
39-
- dockerfile-armhf
4038
- go
41-
- go-armhf
42-
- java12
43-
- java8
39+
- java11
40+
- java11-vert-x
4441
- node
45-
- node-arm64
46-
- node-armhf
42+
- node12
43+
- node14
4744
- php7
4845
- python
49-
- python-armhf
5046
- python3
51-
- python3-armhf
47+
- python3-debian
5248
- ruby
5349
```
5450

translations/ja/lab3.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,25 @@ $ faas-cli template pull
2626
2727
Fetch templates from repository: https://github.com/openfaas/templates.git
2828
Attempting to expand templates from https://github.com/openfaas/templates.git
29-
Fetched 11 template(s) : [csharp dockerfile go go-armhf node node-arm64 node-armhf python python-armhf python3 ruby]
29+
2021/08/25 15:58:10 Fetched 13 template(s) : [csharp dockerfile go java11 java11-vert-x node node12 node14 php7 python python3 python3-debian ruby] from https://github.com/openfaas/templates.git
3030
```
3131

3232
次のコマンドでどの言語が使えるか確認することができます:
3333

3434
```
35-
$ faas-cli new --list
3635
Languages available as templates:
3736
- csharp
38-
- csharp-armhf
3937
- dockerfile
40-
- dockerfile-armhf
4138
- go
42-
- go-armhf
43-
- java12
44-
- java8
39+
- java11
40+
- java11-vert-x
4541
- node
46-
- node-arm64
47-
- node-armhf
42+
- node12
43+
- node14
4844
- php7
4945
- python
50-
- python-armhf
5146
- python3
52-
- python3-armhf
47+
- python3-debian
5348
- ruby
5449
```
5550

0 commit comments

Comments
 (0)