@cryptotaxi247 / netdata-1 / commits / b513888be

Drop ARMv7 native packages for Fedora 36. (#14233)

They have not been building properly for quite some time now due to upstream bugs in Fedora itself, so stop wasting resources trying to build them.

Austin S. Hemmelgarn committed Jan 10, 2023 at 08:01 UTC b513888be389f92b2323d1bb3fdf55c22d4e4bad
2 files changed +1 -5
.github/data/distros.yml
-4
@@ -124,10 +124,6 @@ include:
124 packages:
125 <<: *fedora_packages
126 repo_distro: fedora/36
127 - arches:
128 - - x86_64
129 - - armhfp
130 - - aarch64
127 test:
128 ebpf-core: true
129
packaging/PLATFORM_SUPPORT.md
+1 -1
@@ -58,7 +58,7 @@ to work on these platforms with minimal user effort.
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 | |
61 +| Fedora | 36 | x86\_64, AArch64 | |
62 | openSUSE | Leap 15.4 | x86\_64, AArch64 | |
63 | Oracle Linux | 9.x | x86\_64, AArch64 | |
64 | Oracle Linux | 8.x | x86\_64, AArch64 | |