diff --git a/build_configs.json b/build_configs.json index 04051b8..fa96884 100644 --- a/build_configs.json +++ b/build_configs.json @@ -1,27 +1,27 @@ { "dotnet7.0": { "c*": { - "build_flavors": ["dotnet-build"] + "platform_flavors": ["dotnet-build"] } }, "dotnet6.0": { "c*": { - "build_flavors": ["dotnet-build"] + "platform_flavors": ["dotnet-build"] } }, "dotnet5.0": { "c*": { - "build_flavors": ["dotnet-build"] + "platform_flavors": ["dotnet-build"] } }, "dotnet3.1": { "c*": { - "build_flavors": ["dotnet-build"] + "platform_flavors": ["dotnet-build"] } }, "dotnet3.0": { "c*": { - "build_flavors": ["dotnet-build"] + "platform_flavors": ["dotnet-build"] } }, "sssd": { diff --git a/example.json b/example.json index 8ebb910..ebc82fc 100644 --- a/example.json +++ b/example.json @@ -2,7 +2,7 @@ "project_name": { "branch_template(a9*, a9, a9-stream*,)": { "linked_builds": [], - "build_flavors": ["AlmaLinux-8-beta", "AlmaLinux-9-beta", "dotnet-build"], + "platform_flavors": ["AlmaLinux-8-beta", "AlmaLinux-9-beta", "dotnet-build"], "mock_options": { "definitions": { "macro_name": "macro_value"