Skip to content

Commit

Permalink
Add builders
Browse files Browse the repository at this point in the history
* amd64-almalinux-{8,9}
* x86-debian-11
* amd64-rockylinux-{8,9}
  • Loading branch information
vladbogo authored and fauust committed Mar 4, 2024
1 parent 084d11b commit b9024ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,14 @@

supportedPlatforms["10.6"] = [
"aarch64-ubuntu-2204",
"amd64-almalinux-8",
"amd64-almalinux-9",
"amd64-rockylinux-8",
"amd64-rockylinux-9",
"amd64-ubuntu-2204",
"ppc64le-ubuntu-2204",
"s390x-ubuntu-2204",
"x86-debian-12",
]
supportedPlatforms["10.6"] += supportedPlatforms["10.5"]

Expand Down
14 changes: 11 additions & 3 deletions os_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ almalinux-8:
- amd64
- aarch64
type: rpm
install_only: True
almalinux-9:
version_name: 9
arch:
- amd64
- aarch64
type: rpm
install_only: True
centos-7:
version_name: 7
arch:
Expand Down Expand Up @@ -53,6 +51,7 @@ debian-12:
- amd64
- aarch64
- ppc64le
- x86
type: deb
debian-sid:
version_name: sid
Expand Down Expand Up @@ -102,7 +101,16 @@ rhel-9:
- ppc64le
- s390x
type: rpm
has_install: False
rockylinux-8:
version_name: 8
arch:
- amd64
type: rpm
rockylinux-9:
version_name: 9
arch:
- amd64
type: rpm
sles-12:
version_name: 12
arch:
Expand Down

0 comments on commit b9024ad

Please sign in to comment.