mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 17:48:37 +00:00
Remove openSUSE 15.5 from CI and package builds. (#19392)
It went EOL upstream as of 2024-12-31.
This commit is contained in:
parent
14318932c4
commit
8bec30dad7
1 changed files with 6 additions and 6 deletions
12
.github/data/distros.yml
vendored
12
.github/data/distros.yml
vendored
|
@ -209,12 +209,6 @@ include:
|
|||
- aarch64
|
||||
test:
|
||||
ebpf-core: true
|
||||
- <<: *opensuse
|
||||
version: "15.5"
|
||||
base_image: opensuse/leap:15.5
|
||||
packages:
|
||||
<<: *opensuse_packages
|
||||
repo_distro: opensuse/15.5
|
||||
|
||||
- &oracle
|
||||
distro: oraclelinux
|
||||
|
@ -331,6 +325,12 @@ legacy: # Info for platforms we used to support and still need to handle package
|
|||
packages:
|
||||
<<: *opensuse_packages
|
||||
repo_distro: opensuse/15.4
|
||||
- <<: *opensuse
|
||||
version: "15.5"
|
||||
base_image: opensuse/leap:15.5
|
||||
packages:
|
||||
<<: *opensuse_packages
|
||||
repo_distro: opensuse/15.5
|
||||
- <<: *centos_stream
|
||||
version: '8'
|
||||
base_image: 'quay.io/centos/centos:stream8'
|
||||
|
|
Loading…
Add table
Reference in a new issue