mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-04 08:26:42 +00:00
docs: Document --skip-arches
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
This commit is contained in:
@@ -105,6 +105,15 @@ As of this writing, those are:
|
|||||||
* `linux/arm64`
|
* `linux/arm64`
|
||||||
* `linux/s390x`
|
* `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:
|
You can override the target build platform by passing it the `--platforms` option:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user