@@ -45,9 +45,7 @@ $ faas-cli template store list
4545NAME SOURCE DESCRIPTION
4646csharp openfaas Official C# template
4747dockerfile openfaas Official Dockerfile template
48- go-armhf openfaas Official Golang armhf
4948...
50- node10-express-armhf openfaas-incubator NodeJS 10 Express armhf template
5149node10-express openfaas-incubator NodeJS 10 Express template
5250ruby-http openfaas-incubator Ruby 2.4 HTTP template
5351golang-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
6866Languages available as templates:
6967- node10-express
70- - node10-express-arm64
71- - node10-express-armhf
7268```
7369
7470You 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.
0 commit comments