Add Fedora 37 to CI and package builds. (#13489)
Tentative release date is 2022-08-09.
Austin S. Hemmelgarn committed
Oct 11, 2022 at 07:38 UTC
b796f3abb78905e6c9e8b2e71b8d0b2cd61cafe3
2 files changed
+16
-1
.github/data/distros.yml
+15
-1
@@ -99,12 +99,22 @@ include:
99
100
- &fedora
101
distro: fedora
102
- version: "36"
102
+ version: "37"
103
jsonc_removal: |
104
dnf remove -y json-c-devel
105
packages: &fedora_packages
106
type: rpm
107
repo_distro: fedora/36
108
+ arches:
109
+ - x86_64
110
+ - aarch64
111
+ test:
112
+ ebpf-core: true
113
+ - <<: *fedora
114
+ version: "36"
115
+ packages:
116
+ <<: *fedora_packages
117
+ repo_distro: fedora/35
118
arches:
119
- x86_64
120
- armhfp
@@ -116,6 +126,10 @@ include:
126
packages:
127
<<: *fedora_packages
128
repo_distro: fedora/35
129
+ arches:
130
+ - x86_64
131
+ - armhfp
132
+ - aarch64
133
test:
134
ebpf-core: true
135
packaging/PLATFORM_SUPPORT.md
+1
@@ -57,6 +57,7 @@ to work on these platforms with minimal user effort.
57
| Docker | 19.03 or newer | x86\_64, i386, ARMv7, AArch64, POWER8+ | See our [Docker documentation](/packaging/docker/README.md) for more info on using Netdata on Docker |
58
| Debian | 11.x | x86\_64, i386, ARMv7, AArch64 | |
59
| Debian | 10.x | x86\_64, i386, ARMv7, AArch64 | |
60
+| Fedora | 37 | x86\_64, AArch64 | |
61
| Fedora | 36 | x86\_64, ARMv7, AArch64 | |
62
| Fedora | 35 | x86\_64, ARMv7, AArch64 | |
63
| openSUSE | Leap 15.4 | x86\_64, AArch64 | |