X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3b8d03f7063b162355bccfd71aeb2b8b67bbdbb..6477e004fb67681b8b64bcdbca187dbc32c6cd60:/build/README diff --git a/build/README b/build/README index 66ca509552..e6d14cf664 100644 --- a/build/README +++ b/build/README @@ -11,15 +11,14 @@ In order to build packages, you will need: Quickstart ========== -Build and test all the packages for debian10 on your architecture by +Build and test all the packages for a distribution on your architecture by running: - ./run-build-test-packages-one-target.sh + ./run-build-test-packages-one-target.sh --target DISTRO -This will build package build and test Docker images for debian10, build all -packages in a build container, then test all packages in a test container. - -Use a different distro by adding the `--target TARGET` option. +This will build package build and test Docker images for the named target +distribution, build all packages in a build container, then test all +packages in a test container. Limit the build to a single architecture by adding the `--arch ARCH` option. Supported architectures are amd64 and arm64. Note cross-compilation