Skip to content

Commit

Permalink
MDBF-774 Add Ubuntu Oracular
Browse files Browse the repository at this point in the history
Set this for 11.4 branch on the hope that
the 11.4 from Debian sid can migrate to there
before release.

Like non-LTS Ubuntu distros only Aarch64/X86_64 architectures
due to limited CI hardware.
  • Loading branch information
grooverdan committed Aug 28, 2024
1 parent 815ed8c commit 726c9a6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-debian-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
nogalera: false


- image: ubuntu:24.10
platforms: linux/amd64, linux/arm64/v8
branch: 11.4
nogalera: true

uses: ./.github/workflows/bbw_build_container_template.yml
with:
dockerfile: debian.Dockerfile
Expand Down
2 changes: 2 additions & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@
supportedPlatforms["11.4"] = supportedPlatforms["11.3"].copy()
supportedPlatforms["11.4"] += [
"aarch64-debian-sid",
"aarch64-ubuntu-2410",
"amd64-debian-sid",
"amd64-ubuntu-2410",
"ppc64le-debian-sid",
"x86-debian-sid",
]
Expand Down
6 changes: 6 additions & 0 deletions os_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,9 @@ ubuntu-2404:
- ppc64le
- s390x
type: deb
ubuntu-2410:
version_name: oracular
arch:
- amd64
- aarch64
type: deb

0 comments on commit 726c9a6

Please sign in to comment.