mirror of
https://github.com/portainer/portainer.git
synced 2025-07-29 10:19:41 +02:00
pass the correct build arch down not the arch of the machine doing the building EE-1920 (#5929)
This commit is contained in:
parent
d18c8d0e88
commit
ec24826228
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue