Skip to content

Commit

Permalink
add fedora 40
Browse files Browse the repository at this point in the history
Currently about beta phase with release in almost a month

https://fedorapeople.org/groups/schedule/f-40/f-40-key-tasks.html
  • Loading branch information
grooverdan committed Apr 3, 2024
1 parent 2e3dc96 commit 42dbcfd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bbw_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions os_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 42dbcfd

Please sign in to comment.