1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-29 18:04:15 +02:00

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.