From 42dbcfdb9959b363a913feb1375278fa3a7bcf34 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 15 Mar 2024 12:46:42 +1100 Subject: [PATCH] add fedora 40 Currently about beta phase with release in almost a month https://fedorapeople.org/groups/schedule/f-40/f-40-key-tasks.html --- .github/workflows/bbw_build_container.yml | 3 +++ constants.py | 2 ++ os_info.yaml | 7 +++++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/bbw_build_container.yml b/.github/workflows/bbw_build_container.yml index b10e1fa1..93880c38 100644 --- a/.github/workflows/bbw_build_container.yml +++ b/.github/workflows/bbw_build_container.yml @@ -96,6 +96,9 @@ jobs: - dockerfile: fedora.Dockerfile image: fedora:39 platforms: linux/amd64, linux/arm64/v8 + - dockerfile: fedora.Dockerfile + image: fedora:40 + platforms: linux/amd64, linux/arm64/v8 - dockerfile: centos7.Dockerfile pip.Dockerfile image: centos:7 platforms: linux/amd64 diff --git a/constants.py b/constants.py index 596eca44..5b3059b8 100644 --- a/constants.py +++ b/constants.py @@ -175,10 +175,12 @@ supportedPlatforms["10.11"] = [ "aarch64-debian-12", "aarch64-debian-sid", + "aarch64-fedora-40", "aarch64-ubuntu-2310", "aarch64-ubuntu-2404", "amd64-debian-12", "amd64-debian-sid", + "amd64-fedora-40", "amd64-ubuntu-2310", "amd64-ubuntu-2404", "ppc64le-debian-sid", diff --git a/os_info.yaml b/os_info.yaml index 2a83315e..fe25a65a 100644 --- a/os_info.yaml +++ b/os_info.yaml @@ -74,6 +74,13 @@ fedora-39: - aarch64 type: rpm has_install: False +fedora-40: + version_name: 40 + arch: + - amd64 + - aarch64 + type: rpm + has_install: False opensuse-15: version_name: 15 arch: