mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-18 17:01:07 +00:00
docs: Document --skip-arches
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
This commit is contained in:
parent
0320678133
commit
28f43e8121
@ -105,6 +105,15 @@ As of this writing, those are:
|
||||
* `linux/arm64`
|
||||
* `linux/s390x`
|
||||
|
||||
You can choose to skip one of the platforms from `build.yml` or those selected
|
||||
by default using the `--skip-platforms` flag.
|
||||
|
||||
For example:
|
||||
|
||||
```
|
||||
linuxkit pkg build --skip-platforms linux/s390x ...
|
||||
```
|
||||
|
||||
You can override the target build platform by passing it the `--platforms` option:
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user