diff --git a/.github/workflows/build_packages.yaml b/.github/workflows/build_packages.yaml index 711c61c0c..f1a6c4068 100644 --- a/.github/workflows/build_packages.yaml +++ b/.github/workflows/build_packages.yaml @@ -264,7 +264,6 @@ jobs: - debian10 - debian9 # - opensuse - - centos8 - centos7 - raspbian10 # - raspbian9 @@ -303,7 +302,7 @@ jobs: elixir: 1.13.2 build_elixir: with_elixir arch: amd64 - os: centos8 + os: centos7 build_machine: ubuntu-20.04 defaults: diff --git a/build b/build index f88d18cac..1e564eee1 100755 --- a/build +++ b/build @@ -202,9 +202,6 @@ make_docker_testing() { ubuntu20*) EMQX_BASE_IMAGE="ubuntu:20.04" ;; - centos8) - EMQX_BASE_IMAGE="centos:8" - ;; *) echo "Unsupported testing base image for $SYSTEM" exit 1 diff --git a/scripts/get-distro.sh b/scripts/get-distro.sh index 962a9a4b6..266d49cba 100755 --- a/scripts/get-distro.sh +++ b/scripts/get-distro.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash ## 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