Adds information about architectures to README.

main
Tommie Gannert 2023-07-30 15:33:56 +02:00
parent 3cddfef500
commit 60694b8dcf
1 changed files with 20 additions and 4 deletions

View File

@ -20,10 +20,26 @@ EOF
apt update apt update
``` ```
See [`dists/`](https://github.com/tommie/innernet-debian/tree/main/debian/dists) for supported codenames. ### Compatibility
Debian 11 (Bullseye) is served by `focal`.
We build for
* Ubuntu 20.04 (focal)
* Ubuntu 22.04 (jammy)
on
* amd64, x86_64
* armhf, armv7 (cross-build)
* arm64, aarch64 (cross-build)
Additionally:
* Debian 11 (Bullseye) is served by `focal`.
There is a symlink in place to allow `bullseye`, which will cause APT to warn that the codenames missmatch. There is a symlink in place to allow `bullseye`, which will cause APT to warn that the codenames missmatch.
In the end, both names work. In the end, either name works.
The authoritative source of supported distributions and architectures is [`conf/distributions`](https://github.com/tommie/innernet-debian/blob/main/debian/conf/distributions).
### Installing the Server ### Installing the Server