ci: remove centos8 support

due to centos8 EOL
This commit is contained in:
William Yang 2022-02-01 15:22:41 +01:00
parent fd23581dc0
commit 5c36143186
3 changed files with 2 additions and 6 deletions

View File

@ -264,7 +264,6 @@ jobs:
- debian10 - debian10
- debian9 - debian9
# - opensuse # - opensuse
- centos8
- centos7 - centos7
- raspbian10 - raspbian10
# - raspbian9 # - raspbian9
@ -303,7 +302,7 @@ jobs:
elixir: 1.13.2 elixir: 1.13.2
build_elixir: with_elixir build_elixir: with_elixir
arch: amd64 arch: amd64
os: centos8 os: centos7
build_machine: ubuntu-20.04 build_machine: ubuntu-20.04
defaults: defaults:

3
build
View File

@ -202,9 +202,6 @@ make_docker_testing() {
ubuntu20*) ubuntu20*)
EMQX_BASE_IMAGE="ubuntu:20.04" EMQX_BASE_IMAGE="ubuntu:20.04"
;; ;;
centos8)
EMQX_BASE_IMAGE="centos:8"
;;
*) *)
echo "Unsupported testing base image for $SYSTEM" echo "Unsupported testing base image for $SYSTEM"
exit 1 exit 1

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
## This script prints Linux distro name and its version number ## This script prints Linux distro name and its version number
## e.g. macos, centos8, ubuntu20.04 ## e.g. macos, centos7, ubuntu20.04
set -euo pipefail set -euo pipefail