mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-04 18:21:06 +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:
parent
745090b3af
commit
d02dfe993f
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user