From 8c04afbbca4575465d43b99f30eb39c08a0db7ad Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Thu, 20 Jan 2022 09:43:59 -0600 Subject: ci: Add support for Ubuntu 22.04 Signed-off-by: Steven Koo --- tools/debs/uhd_ubuntu_deb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/debs/uhd_ubuntu_deb.py b/tools/debs/uhd_ubuntu_deb.py index 6739ade99..fb1b988f9 100644 --- a/tools/debs/uhd_ubuntu_deb.py +++ b/tools/debs/uhd_ubuntu_deb.py @@ -21,7 +21,7 @@ import subprocess import sys import tarfile -supported_ubuntu_releases = ["bionic", "focal"] +supported_ubuntu_releases = ["bionic", "focal", "jammy"] tar_command = "tar --exclude='.git*' --exclude='./debian' --exclude='*.swp' --exclude='fpga' --exclude='build' --exclude='./images/*.pyc' --exclude='./images/uhd-*' --exclude='tags' --exclude='.ci' --exclude='.clang*' -cJf {}/uhd_{}.orig.tar.xz ." debuild_command = "debuild -S -i -sa" debuild_nosign = " -uc -us" -- cgit v1.2.3