Skip to content

Commit edf79c2

Browse files
committed
ci: remove centos
1 parent 1d4fa93 commit edf79c2

File tree

3 files changed

+10
-69
lines changed

3 files changed

+10
-69
lines changed

.github/workflows/amd64_docker.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
distro: [alpine, archlinux, centos, debian, fedora, opensuse, ubuntu]
11+
distro: [
12+
almalinux,
13+
alpine,
14+
archlinux,
15+
debian,
16+
fedora,
17+
opensuse,
18+
rockylinux,
19+
ubuntu
20+
]
1221
fail-fast: false
1322
env:
1423
DISTRO: amd64_${{ matrix.distro }}

ci/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ help:
3030
@echo -e "\tWith ${BOLD}<distro>${RESET}:"
3131
@echo -e "\t\t${BOLD}alpine${RESET} (edge)"
3232
@echo -e "\t\t${BOLD}archlinux${RESET} (latest)"
33-
@echo -e "\t\t${BOLD}centos${RESET} (latest)"
3433
@echo -e "\t\t${BOLD}debian${RESET} (latest)"
3534
@echo -e "\t\t${BOLD}fedora${RESET} (latest)"
3635
@echo -e "\t\t${BOLD}opensuse${RESET} (tumbleweed)"

ci/docker/centos/Dockerfile

-67
This file was deleted.

0 commit comments

Comments
 (0)