mirror of https://github.com/portainer/portainer
pass the correct build arch down not the arch of the machine doing the building EE-1920 (#5929)
parent
d18c8d0e88
commit
ec24826228
|
@ -63,7 +63,7 @@ module.exports = function (grunt) {
|
||||||
grunt.task.run([
|
grunt.task.run([
|
||||||
`shell:download_docker_binary:${platform}:${a}`,
|
`shell:download_docker_binary:${platform}:${a}`,
|
||||||
`shell:download_docker_compose_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_kompose_binary:${platform}:${a}`,
|
||||||
`shell:download_kubectl_binary:${platform}:${a}`,
|
`shell:download_kubectl_binary:${platform}:${a}`,
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue