pass the correct build arch down not the arch of the machine doing the building EE-1920 (#5929)

pull/5949/head
Matt Hook 2021-10-20 10:02:30 +13:00 committed by GitHub
parent d18c8d0e88
commit ec24826228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}`,
]);