Mention Debian 11 (bullseye) in docs (#44)

I have been using this build script on Debian Bullseye and targeting
Debian Bullseye. The docs should give an up-to-date and supported
example.
This commit is contained in:
Robin Schneider
2022-12-30 15:13:06 +01:00
committed by GitHub
parent 73ebe86441
commit fb15495ca6
+2 -2
View File
@@ -23,10 +23,10 @@ cd vaultwarden-debian
The `build.sh` script will build vaultwarden for the same Debian version which targets vaultwarden.
That means, to build vaultwarden v1.19.0, make sure to checkout tag `v1.19.0` of this project.
To compile for a different Debian version, specify the release name (e.g. Stretch, Buster) using the `-o` option. You can compile for arm32v7 or amd64 architecture using the `-a` option, only the Buster (default) release of debian is supported by arm32v7.
To compile for a different Debian version, specify the release name (e.g. Buster, Bullseye) using the `-o` option. You can compile for arm32v7 or amd64 architecture using the `-a` option, only the Buster (default) release of debian is supported by arm32v7.
```
./build.sh -o stretch
./build.sh -o bullseye
```
## Post installation