From d10a3fb3efa5863ed24f523ca3db40476e22fdea Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Mon, 31 Oct 2022 19:30:09 +0200 Subject: [PATCH] build: Build for Ubuntu 22.04 (jammy) --- build/build-all.pl | 4 ++++ doc/BUILDING.md | 2 +- doc/INSTALLING.md | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build/build-all.pl b/build/build-all.pl index b057258..676b43f 100755 --- a/build/build-all.pl +++ b/build/build-all.pl @@ -7,6 +7,7 @@ use Time::HiRes qw(time sleep); use IO::Socket::INET; my @platforms = ( + 'ubuntu-2204-amd64', 'ubuntu-2004-amd64', 'ubuntu-1804-amd64', 'debian-90-i386', @@ -38,6 +39,9 @@ my %platconf = ( 'ubuntu-2004-amd64' => { 'virtualisation' => 'lxd' }, + 'ubuntu-2204-amd64' => { + 'virtualisation' => 'lxd' + }, 'debian-110-i386' => { 'virtualisation' => 'lxd' }, diff --git a/doc/BUILDING.md b/doc/BUILDING.md index 6bb43f6..69defd3 100644 --- a/doc/BUILDING.md +++ b/doc/BUILDING.md @@ -9,7 +9,7 @@ systems. aprsc has been built and tested on: -* Ubuntu LTS (18.04, 20.04): x86_64 +* Ubuntu LTS (18.04, 20.04, 22.04): x86_64 * Debian 9.0, "stretch": i386 and x86_64 * Debian 10.0, "buster": i386 and x86_64 * Debian 11.0, "bullseye": i386 and x86_64 diff --git a/doc/INSTALLING.md b/doc/INSTALLING.md index 8352b24..2bc4f8e 100644 --- a/doc/INSTALLING.md +++ b/doc/INSTALLING.md @@ -7,7 +7,7 @@ aprsc is "officially" "supported" on the following platforms: * Debian stable (11.0, "bullseye"): i386, x86_64 * Debian oldstable (10.0, "buster"): i386, x86_64 * Debian oldoldstable (9.0, "stretch"): i386, x86_64 -* Ubuntu LTS (18.04, 20.04): x86_64 +* Ubuntu LTS (18.04, 20.04, 22.04): x86_64 * CentOS 7: x86_64 The i386 builds actually require an i686 (Pentium 2 class) CPU or @@ -50,6 +50,7 @@ You'll need to figure out the codename of your distribution. The command "lsb_release -c" should provide the codename. Here's a list of distribution versions and their codenames: +* Ubuntu 22.04 LTS: jammy * Ubuntu 20.04 LTS: focal * Ubuntu 18.04 LTS: bionic * Debian 11.0: bullseye