From ec009e7e6772b4fe9bac7a16456ed19abadb3b70 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 5 Mar 2024 20:22:47 +0100 Subject: [PATCH] Add FreeBSD 13.3 (cherry picked from commit 9019985d2d7b364585f80940372a05123158b65c) --- .gitlab-ci.yml | 2 +- doc/arm/platforms.inc.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3409cd695..728a4f408f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,7 +206,7 @@ stages: ### QCOW2 Image Templates .freebsd-13-amd64: &freebsd_13_amd64_image - image: "freebsd-13.2-x86_64" + image: "freebsd-13.3-x86_64" <<: *libvirt_amd64 .freebsd-14-amd64: &freebsd_14_amd64_image diff --git a/doc/arm/platforms.inc.rst b/doc/arm/platforms.inc.rst index 5dd877ed00..1c39814627 100644 --- a/doc/arm/platforms.inc.rst +++ b/doc/arm/platforms.inc.rst @@ -49,7 +49,7 @@ following systems: - Ubuntu LTS 20.04, 22.04 - Fedora 39 - Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8, 9 -- FreeBSD 13.2, 14.0 +- FreeBSD 13.3, 14.0 - Alpine Linux 3.19 The amd64 CPU architecture is fully supported and regularly tested.