We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bcbc40 + 583c874 commit f339747Copy full SHA for f339747
.github/workflows/build-container.yml
@@ -25,8 +25,6 @@ jobs:
25
fail-fast: False
26
matrix:
27
base:
28
- - image: 'docker.io/centos:centos7'
29
- tag_str: 'el7'
30
- image: 'docker.io/library/almalinux:8'
31
tag_str: 'el8'
32
- image: 'quay.io/almalinux/almalinux:9'
@@ -35,12 +33,6 @@ jobs:
35
33
tag_str: 'cuda_11_8_0'
36
34
repo: ['development', 'testing', 'release']
37
series: ['3.6', '23']
38
- # Exclude EL7 for OSG 23 builds
39
- exclude:
40
- # exclude/include for nested dict items have to use the dict form
41
- # https://github.com/actions/runner/issues/1512
42
- - base: {image: 'docker.io/centos:centos7', tag_str: 'el7'}
43
- series: '23'
44
needs: make-date-tag
45
steps:
46
- name: checkout docker-software-base
0 commit comments