docs: add note about not supported on cluster build runtimes. (#1597)

* Add note about not supported on cluster build runtimes.

* fix typo

* remove quarkus from list
This commit is contained in:
Marcos Nils 2023-03-07 16:58:19 -03:00 committed by GitHub
parent e3b318adff
commit cc34d0bc83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
This guide describes how you can build a Function on Cluster with Tekton Pipelines. The on cluster build is enabled by fetching Function source code from a remote Git repository. Buildpacks or S2I builder strategy can be used to build the Function image.
> **Note**
> Not all runtimes support on cluster builds. **Go** and **Rust** are not currently supported.
## Prerequisite
1. Install Tekton Pipelines on the cluster. Please refer to [Tekton Pipelines documentation](https://github.com/tektoncd/pipeline/blob/main/docs/install.md) or run the following command:
```bash