1
0
mirror of https://github.com/NLnetLabs/rtrtr.git synced 2024-05-11 05:55:07 +00:00

Add Ubuntu 22.04 packaging support. (#70)

This commit is contained in:
Ximon Eighteen
2022-06-02 10:47:31 +02:00
committed by GitHub
parent 300a3abf16
commit 2b1db0988d
2 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,7 @@ jobs:
- "ubuntu:xenial" # ubuntu/16.04
- "ubuntu:bionic" # ubuntu/18.04
- "ubuntu:focal" # ubuntu/20.04
- "ubuntu:jammy" # ubuntu/22.04
- "debian:stretch" # debian/9
- "debian:buster" # debian/10
- "debian:bullseye" # debian/11
@ -407,6 +408,7 @@ jobs:
- "ubuntu:xenial" # ubuntu/16.04
- "ubuntu:bionic" # ubuntu/18.04
- "ubuntu:focal" # ubuntu/20.04
- "ubuntu:jammy" # ubuntu/22.04
- "debian:stretch" # debian/9
- "debian:buster" # debian/10 (disabled, see issue #26)
- "debian:bullseye" # debian/11

View File

@ -101,6 +101,7 @@ to get started.
To install an RTRTR package, you need the 64-bit version of one of
these Ubuntu versions:
- Ubuntu Jammy 22.04 (LTS)
- Ubuntu Focal 20.04 (LTS)
- Ubuntu Bionic 18.04 (LTS)
- Ubuntu Xenial 16.04 (LTS)