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.
1 parent de7ef27 commit fb6f13cCopy full SHA for fb6f13c
exe/matrix.json
@@ -76,6 +76,9 @@
76
"Scientific": {
77
"7": { "x86_64": "litmusimage/scientificlinux:7" }
78
},
79
+ "SLES": {
80
+ "15": { "x86_64": "litmusimage/sles:15" }
81
+ },
82
"Ubuntu": {
83
"18.04": { "x86_64": "litmusimage/ubuntu:18.04" },
84
"20.04": { "x86_64": "litmusimage/ubuntu:20.04" },
@@ -86,7 +89,7 @@
86
89
87
90
"github_runner": {
88
91
"docker": {
- "^(AmazonLinux-2|(CentOS|OracleLinux|Scientific)-7|(AlmaLinux|OracleLinux|Rocky|CentOS)-9|AlmaLinux-8|Fedora-36|Ubuntu-18|Debian-10)": "ubuntu-22.04"
92
+ "^(AmazonLinux-2|(CentOS|OracleLinux|Scientific)-7|(AlmaLinux|OracleLinux|Rocky|CentOS)-9|AlmaLinux-8|Fedora-36|SLES-15|Ubuntu-18|Debian-10)": "ubuntu-22.04"
93
}
94
95
0 commit comments