Skip to content

Commit

Permalink
Drop CentOS7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 committed Sep 24, 2023
1 parent 4e38322 commit 1f03e52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }
Expand Down Expand Up @@ -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)"
Expand Down

0 comments on commit 1f03e52

Please sign in to comment.