d111e9a297
* Create CI dockers for debian 12 * Create Debian workflow Signed-off-by: David Galiffi <David.Galiffi@amd.com> * Fixing typo * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update default value for script's "VERSIONS" variable * Fix Docker build warnings LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format * Refactored the check for `pip install --break-system-packages` --------- Signed-off-by: David Galiffi <David.Galiffi@amd.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
27 lines
481 B
YAML
27 lines
481 B
YAML
# Supported OS combinations for continuous integration
|
|
|
|
matrix:
|
|
# ubuntu
|
|
- distro: "ubuntu"
|
|
version: "22.04"
|
|
- distro: "ubuntu"
|
|
version: "24.04"
|
|
# debian
|
|
- distro: "debian"
|
|
version: "12"
|
|
# opensuse
|
|
- distro: "opensuse"
|
|
version: "15.5"
|
|
- distro: "opensuse"
|
|
version: "15.6"
|
|
# RHEL8
|
|
- distro: "rhel"
|
|
version: "8.10"
|
|
# RHEL9
|
|
- distro: "rhel"
|
|
version: "9.3"
|
|
- distro: "rhel"
|
|
version: "9.4"
|
|
- distro: "rhel"
|
|
version: "9.5"
|