From 28f43e81218bd16b67411212c186457beed58b5e Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Sun, 2 May 2021 13:03:52 +0100 Subject: [PATCH] docs: Document --skip-arches Signed-off-by: Dave Tucker --- docs/packages.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/packages.md b/docs/packages.md index ab68510df..aa42b4211 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -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: ```