Files
rippled/.github/scripts/strategy-matrix/linux.json
2026-03-24 02:31:45 -07:00

27 lines
525 B
JSON

{
"architecture": [
{
"platform": "linux/amd64",
"runner": ["self-hosted", "Linux", "X64", "heavy"]
}
],
"os": [
{
"distro_name": "ubuntu",
"distro_version": "jammy",
"compiler_name": "gcc",
"compiler_version": "12",
"image_sha": "ab4d1f0"
},
{
"distro_name": "rhel",
"distro_version": "9",
"compiler_name": "gcc",
"compiler_version": "12",
"image_sha": "ab4d1f0"
}
],
"build_type": ["Release"],
"cmake_args": [""]
}