diff --git a/tests/ci/ci_config.py b/tests/ci/ci_config.py index 3b61e2077cf..a530b395130 100644 --- a/tests/ci/ci_config.py +++ b/tests/ci/ci_config.py @@ -12,6 +12,7 @@ CI_CONFIG = { "build_type": "", "sanitizer": "", "package_type": "deb", + "static_binary_name": "amd64", "bundled": "bundled", "splitted": "unsplitted", "additional_pkgs": True, @@ -34,6 +35,7 @@ CI_CONFIG = { "build_type": "", "sanitizer": "", "package_type": "deb", + "static_binary_name": "aarch64", "bundled": "bundled", "splitted": "unsplitted", "additional_pkgs": True, @@ -95,7 +97,6 @@ CI_CONFIG = { "build_type": "", "sanitizer": "", "package_type": "binary", - "static_binary_name": "amd64", "bundled": "bundled", "splitted": "unsplitted", "tidy": "disable", @@ -138,7 +139,6 @@ CI_CONFIG = { "build_type": "", "sanitizer": "", "package_type": "binary", - "static_binary_name": "aarch64", "bundled": "bundled", "splitted": "unsplitted", "tidy": "disable",