Update packaging.md (#9258)
This commit is contained in:
parent
741e3884e6
commit
1ea5c20aad
|
|
@ -27,15 +27,10 @@ git checkout release-1.10
|
||||||
git reset --hard 1.10.2
|
git reset --hard 1.10.2
|
||||||
make deps
|
make deps
|
||||||
|
|
||||||
# This builds _all_ platforms and architectures; will take a long time
|
# To build packages run:
|
||||||
./scripts/build.py --release --package
|
|
||||||
```
|
|
||||||
|
|
||||||
If you would like to only build a subset of the packages run this:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
# Use the platform and arch arguments to skip unwanted packages:
|
make package amd64=1
|
||||||
./scripts/build.py --release --package --platform=linux --arch=amd64
|
|
||||||
```
|
```
|
||||||
|
|
||||||
From the host system, copy the build artifacts out of the container:
|
From the host system, copy the build artifacts out of the container:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue