1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Update docs/tutorials/add-runtime.md

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Bradley Schofield 2021-10-12 09:42:45 +01:00 committed by GitHub
parent 041f2186b7
commit 07d6aca811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,7 @@ The second line adds a new version to the language entry, I'll break down the pa
2: Build Image - The image used to build the code
3: Run Image - The image used to run the code.
For interpreted languages this is normally the same as the Build Image, but for compiled languages this can be either "appwrite-alpine:3.13.6" or "appwrite-ubuntu:20.04"
We recommend using Alpine when possible and using ubuntu if the runtime doesn't work on alpine.
We recommend using Alpine when possible and using Ubuntu if the runtime doesn't work on Alpine.
4: Platforms Supported - These are the architectures this runtime is available to.
```
The third line simply adds the new runtime to the main list.