diff options
author | Andrei Pavel <andrei@isc.org> | 2023-10-10 17:51:23 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2023-10-26 15:34:22 +0200 |
commit | 9ff68eba357531de51bca6a981da82a8cabfac43 (patch) | |
tree | 5a1e9e9b3572cc4cad502e7b480191a9d526d3f1 /doc/sphinx | |
parent | [#2969] revised the quickstart page (diff) | |
download | kea-9ff68eba357531de51bca6a981da82a8cabfac43.tar.xz kea-9ff68eba357531de51bca6a981da82a8cabfac43.zip |
[#2969] update supported-systems list in hammer.py
Diffstat (limited to 'doc/sphinx')
-rw-r--r-- | doc/sphinx/arm/hammer.rst | 45 |
1 files changed, 26 insertions, 19 deletions
diff --git a/doc/sphinx/arm/hammer.rst b/doc/sphinx/arm/hammer.rst index b8a5318d7c..b8a71586f4 100644 --- a/doc/sphinx/arm/hammer.rst +++ b/doc/sphinx/arm/hammer.rst @@ -32,25 +32,32 @@ or in VirtualBox. For a list of supported systems, use the .. code-block:: console - $ ./hammer.py supported-systems - fedora: - - 27: lxc, virtualbox - - 28: lxc, virtualbox - - 29: lxc, virtualbox - centos: - - 7: lxc, virtualbox - rhel: - - 8: virtualbox - ubuntu: - - 16.04: lxc, virtualbox - - 18.04: lxc, virtualbox - - 18.10: lxc, virtualbox - debian: - - 8: lxc, virtualbox - - 9: lxc, virtualbox - freebsd: - - 11.2: virtualbox - - 12.0: virtualbox + $ ./hammer.py supported-systems + fedora: + - 37: lxc + - 38: + centos: + - 8: lxc, virtualbox + - 9: + rhel: + - 8: virtualbox + - 9: + ubuntu: + - 18.04: lxc, virtualbox + - 20.04: lxc + - 22.04: lxc + debian: + - 10: lxc, virtualbox + - 11: lxc + - 12: lxc + freebsd: + - 12.0: virtualbox + - 12.1: + - 13.0: virtualbox + alpine: + - 3.15: lxc + - 3.16: lxc + - 3.17: lxc It is also possible to run the build locally, in the current system (if the OS is supported). |