diff --git a/src/build/osc_build_k8s.py b/src/build/osc_build_k8s.py index de36b28b71714ac60187870c125d77e0e18f09c7..3ce688d98784a32cff498aec0a6b047a6e69377f 100755 --- a/src/build/osc_build_k8s.py +++ b/src/build/osc_build_k8s.py @@ -137,6 +137,7 @@ class SinglePackageBuild(object): param.text = "tar_local" elif param.get("name") == "url": if "openEuler_kernel" in param.text or "LTS_kernel" in param.text \ + or "openEuler-kernel" in param.text \ or "openEuler-20.09_kernel" in param.text: param.text = "{}/{}".format(code_path, "code") # kernel special logical else: