Update docs about selecting agent based on platform (#470)

Update docs about selecting agent based on platform for global pipeline config
This commit is contained in:
Isuru Fernando 2021-11-20 19:18:34 -06:00 committed by GitHub
parent 745090b3af
commit d02dfe993f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,6 +153,21 @@ pipeline:
```
### `platform`
To configure your pipeline to select an agent with a specific platform, you can use `platform` key.
```diff
+platform: linux/arm64
pipeline:
build:
image: golang
commands:
- go build
- go test
```
### Skip Commits
Woodpecker gives the ability to skip individual commits by adding `[CI SKIP]` to the commit message. Note this is case-insensitive.