Skip to content

Commit f339747

Browse files
Merge pull request #87 from opensciencegrid/SOFTWARE-5924-remove-el7-build
SOFTWARE-5924: Remove EL7 from github workflows build matrix
2 parents 2bcbc40 + 583c874 commit f339747

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-container.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
fail-fast: False
2626
matrix:
2727
base:
28-
- image: 'docker.io/centos:centos7'
29-
tag_str: 'el7'
3028
- image: 'docker.io/library/almalinux:8'
3129
tag_str: 'el8'
3230
- image: 'quay.io/almalinux/almalinux:9'
@@ -35,12 +33,6 @@ jobs:
3533
tag_str: 'cuda_11_8_0'
3634
repo: ['development', 'testing', 'release']
3735
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'
4436
needs: make-date-tag
4537
steps:
4638
- name: checkout docker-software-base

0 commit comments

Comments
 (0)