From 1f03e52fa49ffd79c9ea9ddea671d26bf9c1e509 Mon Sep 17 00:00:00 2001 From: Nico Wagner Date: Sun, 24 Sep 2023 20:17:00 +0200 Subject: [PATCH] Drop CentOS7 support --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0068c51b9..102d76172 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - { image: "ubuntu:22.04", triple: x86_64-unknown-linux-gnu, glibc: 2.35 } - { image: "ubuntu:20.04", triple: x86_64-unknown-linux-gnu, glibc: 2.31 } - { image: "debian:10", triple: x86_64-unknown-linux-gnu, glibc: 2.28 } - - { image: "centos:centos7", triple: x86_64-unknown-linux-gnu, glibc: 2.17 } + # - { image: "centos:centos7", triple: x86_64-unknown-linux-gnu, glibc: 2.17 } container: image: ${{ matrix.target.image }} steps: @@ -196,8 +196,8 @@ jobs: strategy: matrix: target: - - { triple: x86_64-unknown-linux-gnu, glibc: 2.17, format: deb } - - { triple: x86_64-unknown-linux-gnu, glibc: 2.17, format: rpm } + # - { triple: x86_64-unknown-linux-gnu, glibc: 2.17, format: deb } + # - { triple: x86_64-unknown-linux-gnu, glibc: 2.17, format: rpm } - { triple: x86_64-unknown-linux-gnu, glibc: 2.28, format: deb } - { triple: x86_64-unknown-linux-gnu, glibc: 2.28, format: rpm } - { triple: x86_64-unknown-linux-gnu, glibc: 2.31, format: deb } @@ -241,7 +241,7 @@ jobs: - { name: "Ubuntu 22.04", image: "ubuntu:22.04", glibc: 2.35 } - { name: "Ubuntu 21.10", image: "ubuntu:21.10", glibc: 2.35 } - { name: "Ubuntu 20.04", image: "ubuntu:20.04", glibc: 2.31 } - - { name: "CentOS 7", image: "centos:7", glibc: 2.17 } + # - { name: "CentOS 7", image: "centos:7", glibc: 2.17 } - { name: "CentOS 8", image: "centos:8", glibc: 2.28 } steps: - name: "Download Package (DEB)"