From c83e2f18bccdea7c2d824cbe547093b13d06f177 Mon Sep 17 00:00:00 2001 From: Christoph Langer Date: Wed, 29 Mar 2023 16:53:42 +0200 Subject: [PATCH] Distinguish platforms in SapMachine repository root URL SapMachine has so only offered one URL for its versions, https://sap.github.io/SapMachine/assets/cf/jre/linux/x86_64/index.yml. We now also differentiate platform types, that is we have https://sap.github.io/SapMachine/assets/cf/jre/bionic/x86_64/index.yml and https://sap.github.io/SapMachine/assets/cf/jre/jammy/x86_64/index.yml from which the deployment should chose. --- config/sap_machine_jre.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sap_machine_jre.yml b/config/sap_machine_jre.yml index c0784cded4..ab3598754a 100644 --- a/config/sap_machine_jre.yml +++ b/config/sap_machine_jre.yml @@ -21,7 +21,7 @@ jre: version_lines: - 11.+ - 17.+ - repository_root: "https://sap.github.io/SapMachine/assets/cf/jre/linux/{architecture}" + repository_root: "https://sap.github.io/SapMachine/assets/cf/jre/{platform}/{architecture}" jvmkill_agent: version: 1.+ repository_root: "{default.repository.root}/jvmkill/{platform}/{architecture}"