diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index 41da3833293..53da00d8730 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -1237,7 +1237,7 @@ var getJibProfilesDependencies = function (input, common) { organization: common.organization, ext: "tar.gz", revision: "9.0.0+1.0", - module: "graphviz-" + input.target_platform, + module: "graphviz-" + input.build_platform, configure_args: "DOT=" + input.get("graphviz", "install_path") + "/dot", environment_path: input.get("graphviz", "install_path") },