File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ Then restart Windows.
80
80
81
81
By default, yum repositories for following platforms will be built under fluent-package/yum/repositories/ directory:
82
82
83
- * RHEL/CentOS 7 (x86_64)
84
83
* RHEL/CentOS 8 (x86_64) - Built on Rocky Linux 8
85
84
* RHEL/CentOS 9 (x86_64) - Built on AlmaLinux 9
86
85
* Amazon Linux 2 (x86_64)
@@ -89,7 +88,7 @@ By default, yum repositories for following platforms will be built under fluent-
89
88
You can choose target platforms by ` YUM_TARGETS ` environment variable like this:
90
89
91
90
``` console
92
- % rake yum:build YUM_TARGETS=" centos-7, rockylinux-8,almalinux-9"
91
+ % rake yum:build YUM_TARGETS=" rockylinux-8,almalinux-9"
93
92
```
94
93
95
94
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-
142
141
* Debian 12 "Bookworm" (x86_64)
143
142
* Ubuntu 20.04 LTS "Focal Fossa" (x86_64)
144
143
* Ubuntu 22.04 LTS "Jammy Jellyfish" (x86_64)
144
+ * Ubuntu 24.04 LTS "Noble Numbat" (x86_64)
145
145
146
146
You can choose target platforms by ` APT_TARGETS ` environment variable like this:
147
147
You can’t perform that action at this time.
0 commit comments