mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 13:17:36 +00: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:
@@ -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
|
### Skip Commits
|
||||||
|
|
||||||
Woodpecker gives the ability to skip individual commits by adding `[CI SKIP]` to the commit message. Note this is case-insensitive.
|
Woodpecker gives the ability to skip individual commits by adding `[CI SKIP]` to the commit message. Note this is case-insensitive.
|
||||||
|
Reference in New Issue
Block a user