blob: f307536ce2f0059dcc9eafc26c638021276ec5d4 (
plain)
1
2
3
4
5
6
7
8
|
# Building Debian packages
You will need `docker` installed, and set up to use the `containerd` storage backend. The builder image is built as a multi-architecture image.
1. Run `tools/build-builder`.
2. Run `tools/build-debian`.
Packages will be built in `target/debian`.
|