Skip to content

Commit

Permalink
re-enable removed docker targets
Browse files Browse the repository at this point in the history
  • Loading branch information
trws committed Jul 21, 2023
1 parent f7ae3dd commit 7569f43
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/test/generate-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,19 @@ def __str__(self):
docker_tag=True,
)

# # Ubuntu 20.04: py3.8
# matrix.add_build(
# name="focal",
# image="focal",
# docker_tag=True,
# )

# # RHEL7 clone
# matrix.add_build(
# name="el7",
# image="el7",
# docker_tag=True,
# )
# Ubuntu 20.04: py3.8
matrix.add_build(
name="focal",
image="focal",
docker_tag=True,
)

# RHEL7 clone
matrix.add_build(
name="el7",
image="el7",
docker_tag=True,
)

# RHEL8 clone
matrix.add_build(
Expand Down

0 comments on commit 7569f43

Please sign in to comment.