mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 17:50:22 +00:00
removing Ubuntu 21.10 which is now EOL.
This commit is contained in:
parent
ba0d83ff3f
commit
eb71c10af7
1 changed files with 0 additions and 3 deletions
3
.github/workflows/templates/generate.py
vendored
3
.github/workflows/templates/generate.py
vendored
|
@ -27,7 +27,6 @@ LINUX_DISTROS = [
|
|||
"ubuntu-1604",
|
||||
"ubuntu-1804",
|
||||
"ubuntu-2004",
|
||||
"ubuntu-2110",
|
||||
"ubuntu-2204",
|
||||
]
|
||||
OSX = WINDOWS = []
|
||||
|
@ -53,7 +52,6 @@ STABLE_DISTROS = [
|
|||
"rockylinux-8",
|
||||
"ubuntu-1804",
|
||||
"ubuntu-2004",
|
||||
"ubuntu-2110",
|
||||
"ubuntu-2204",
|
||||
]
|
||||
|
||||
|
@ -201,7 +199,6 @@ DISTRO_DISPLAY_NAMES = {
|
|||
"ubuntu-1604": "Ubuntu 16.04",
|
||||
"ubuntu-1804": "Ubuntu 18.04",
|
||||
"ubuntu-2004": "Ubuntu 20.04",
|
||||
"ubuntu-2110": "Ubuntu 21.10",
|
||||
"ubuntu-2204": "Ubuntu 22.04",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue