blob: eedced793cd63fa3ec310610382120504f4ea09f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Debian packaging
## 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`.
|