Skip to content

Commit a5113ad

Browse files
committed
Remove references to armhf / arm64 templates
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent bc2cbc4 commit a5113ad

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

docs/cli/templates.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ $ faas-cli template store list
4545
NAME SOURCE DESCRIPTION
4646
csharp openfaas Official C# template
4747
dockerfile openfaas Official Dockerfile template
48-
go-armhf openfaas Official Golang armhf
4948
...
50-
node10-express-armhf openfaas-incubator NodeJS 10 Express armhf template
5149
node10-express openfaas-incubator NodeJS 10 Express template
5250
ruby-http openfaas-incubator Ruby 2.4 HTTP template
5351
golang-middleware openfaas-incubator Golang Middleware template
@@ -67,8 +65,6 @@ Once downloaded, your chosen template and any others stored in the same reposito
6765
$ faas-cli new --list
6866
Languages available as templates:
6967
- node10-express
70-
- node10-express-arm64
71-
- node10-express-armhf
7268
```
7369

7470
You can add your own store just by specifying the `--url` flag for both commands to pull and list your custom templates store.
@@ -690,14 +686,6 @@ Now the source of the store is changed to the URL you have specified above.
690686
691687
## ARM / Raspberry Pi
692688
693-
Templates for ARM and Raspberry Pi are provided on a best-effort basis. If you can help with maintenance please let the project contributors know.
689+
It is possible to migrate to use multi-arch templates with OpenFaaS, feel free to ask the community for direction here.
694690
695-
* ARMv7 / Raspberry Pi
696-
697-
Type in `faas-cli new --list` and look for any languages ending in `-armhf`. You can use any of these for your functions.
698-
699-
* ARM64 / Packet.net / Scaleway ARM 64-bit
700-
701-
For these platforms do the same as above and look for the `-arm64` suffix.
702-
703-
> It is easy to make your own templates so if you need to use this platform please convert one of the "regular" templates for your platform.
691+
Otherwise, for ARM and Raspberry Pi you will need to build on the device, and not on your PC or CI server.

docs/tutorials/test-drive.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,10 @@ Languages available as templates:
175175
- csharp
176176
- dockerfile
177177
- go
178-
- go-armhf
179178
- java8
180179
- node
181-
- node-arm64
182-
- node-armhf
183180
- python
184-
- python-armhf
185181
- python3
186-
- python3-armhf
187182
- ruby
188183
```
189184

0 commit comments

Comments
 (0)