Stop building EE with CentOS Stream 8, which no longer has builds. (#290)

This commit is contained in:
Felix Fontein 2024-06-04 07:42:57 +02:00 committed by GitHub
parent 6aebd8e359
commit f43a5ce446
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,14 +70,6 @@ jobs:
package_system: python39 python39-pip python39-wheel python39-cryptography package_system: python39 python39-pip python39-wheel python39-cryptography
base_image: docker.io/redhat/ubi8:latest base_image: docker.io/redhat/ubi8:latest
pre_base: '"#"' pre_base: '"#"'
- name: ansible-core 2.12 @ CentOS Stream 8
ansible_core: https://github.com/ansible/ansible/archive/stable-2.12.tar.gz
ansible_runner: ansible-runner
other_deps: |2
python_interpreter:
package_system: python39 python39-pip python39-wheel python39-cryptography
base_image: quay.io/centos/centos:stream8
pre_base: '"#"'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out code - name: Check out code