From ec248262285c40b94c519e99fa5f310b4e6876a1 Mon Sep 17 00:00:00 2001 From: Matt Hook Date: Wed, 20 Oct 2021 10:02:30 +1300 Subject: [PATCH] pass the correct build arch down not the arch of the machine doing the building EE-1920 (#5929) --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 84647eedd..546ebee76 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -63,7 +63,7 @@ module.exports = function (grunt) { grunt.task.run([ `shell:download_docker_binary:${platform}:${a}`, `shell:download_docker_compose_binary:${platform}:${a}`, - `shell:download_helm_binary:${platform}:${arch}`, + `shell:download_helm_binary:${platform}:${a}`, `shell:download_kompose_binary:${platform}:${a}`, `shell:download_kubectl_binary:${platform}:${a}`, ]);