build: Build for Ubuntu 22.04 (jammy)
This commit is contained in:
parent
47b373b8df
commit
d10a3fb3ef
|
|
@ -7,6 +7,7 @@ use Time::HiRes qw(time sleep);
|
||||||
use IO::Socket::INET;
|
use IO::Socket::INET;
|
||||||
|
|
||||||
my @platforms = (
|
my @platforms = (
|
||||||
|
'ubuntu-2204-amd64',
|
||||||
'ubuntu-2004-amd64',
|
'ubuntu-2004-amd64',
|
||||||
'ubuntu-1804-amd64',
|
'ubuntu-1804-amd64',
|
||||||
'debian-90-i386',
|
'debian-90-i386',
|
||||||
|
|
@ -38,6 +39,9 @@ my %platconf = (
|
||||||
'ubuntu-2004-amd64' => {
|
'ubuntu-2004-amd64' => {
|
||||||
'virtualisation' => 'lxd'
|
'virtualisation' => 'lxd'
|
||||||
},
|
},
|
||||||
|
'ubuntu-2204-amd64' => {
|
||||||
|
'virtualisation' => 'lxd'
|
||||||
|
},
|
||||||
'debian-110-i386' => {
|
'debian-110-i386' => {
|
||||||
'virtualisation' => 'lxd'
|
'virtualisation' => 'lxd'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ systems.
|
||||||
|
|
||||||
aprsc has been built and tested on:
|
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 9.0, "stretch": i386 and x86_64
|
||||||
* Debian 10.0, "buster": i386 and x86_64
|
* Debian 10.0, "buster": i386 and x86_64
|
||||||
* Debian 11.0, "bullseye": i386 and x86_64
|
* Debian 11.0, "bullseye": i386 and x86_64
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ aprsc is "officially" "supported" on the following platforms:
|
||||||
* Debian stable (11.0, "bullseye"): i386, x86_64
|
* Debian stable (11.0, "bullseye"): i386, x86_64
|
||||||
* Debian oldstable (10.0, "buster"): i386, x86_64
|
* Debian oldstable (10.0, "buster"): i386, x86_64
|
||||||
* Debian oldoldstable (9.0, "stretch"): 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
|
* CentOS 7: x86_64
|
||||||
|
|
||||||
The i386 builds actually require an i686 (Pentium 2 class) CPU or
|
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
|
"lsb_release -c" should provide the codename. Here's a list of distribution
|
||||||
versions and their codenames:
|
versions and their codenames:
|
||||||
|
|
||||||
|
* Ubuntu 22.04 LTS: jammy
|
||||||
* Ubuntu 20.04 LTS: focal
|
* Ubuntu 20.04 LTS: focal
|
||||||
* Ubuntu 18.04 LTS: bionic
|
* Ubuntu 18.04 LTS: bionic
|
||||||
* Debian 11.0: bullseye
|
* Debian 11.0: bullseye
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue