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:
2
.github/workflows/pkg.yml
vendored
2
.github/workflows/pkg.yml
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user