Skip to content

Commit

Permalink
update to non-EOL base images
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Jan 6, 2025
1 parent 58c5406 commit d03a39c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
from jinja2 import Environment, FileSystemLoader, select_autoescape

apt_based = [
"ubuntu:24.04",
"ubuntu:22.04",
"ubuntu:18.04",
"debian:bookworm-slim",
"debian:bullseye-slim",
"debian:buster-slim",
]
yum_based = ["fedora:36", "centos:7"]
yum_based = ["fedora:40", "centos:8"]

"""
Add a "skip_versions" key to the software dictionary if you want to skip
Expand Down

0 comments on commit d03a39c

Please sign in to comment.