Skip to content

Commit 3cdd2ca

Browse files
authored
Update supported platform example in README.md (#672)
As we won't update centos:7 package and supported ubuntu 24.04 recently. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 0179e3e commit 3cdd2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ Then restart Windows.
8080

8181
By default, yum repositories for following platforms will be built under fluent-package/yum/repositories/ directory:
8282

83-
* RHEL/CentOS 7 (x86_64)
8483
* RHEL/CentOS 8 (x86_64) - Built on Rocky Linux 8
8584
* RHEL/CentOS 9 (x86_64) - Built on AlmaLinux 9
8685
* Amazon Linux 2 (x86_64)
@@ -89,7 +88,7 @@ By default, yum repositories for following platforms will be built under fluent-
8988
You can choose target platforms by `YUM_TARGETS` environment variable like this:
9089

9190
```console
92-
% rake yum:build YUM_TARGETS="centos-7,rockylinux-8,almalinux-9"
91+
% rake yum:build YUM_TARGETS="rockylinux-8,almalinux-9"
9392
```
9493

9594
You can find other supported platforms under fluent-package/yum directory.
@@ -142,6 +141,7 @@ By default, apt repositories for following platforms will be built under fluent-
142141
* Debian 12 "Bookworm" (x86_64)
143142
* Ubuntu 20.04 LTS "Focal Fossa" (x86_64)
144143
* Ubuntu 22.04 LTS "Jammy Jellyfish" (x86_64)
144+
* Ubuntu 24.04 LTS "Noble Numbat" (x86_64)
145145

146146
You can choose target platforms by `APT_TARGETS` environment variable like this:
147147

0 commit comments

Comments
 (0)